mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
Update libusbhsfs.
CI/CD workflow has also been updated to avoid building libusbhsfs dependencies.
This commit is contained in:
parent
3c519cd631
commit
41d053dc96
2 changed files with 4 additions and 10 deletions
12
.github/workflows/rewrite.yml
vendored
12
.github/workflows/rewrite.yml
vendored
|
@ -23,13 +23,12 @@ jobs:
|
|||
image: devkitpro/devkita64
|
||||
steps:
|
||||
# Workaround: avoid requesting data from devkitPro servers because they ban most CI/CD scripts.
|
||||
# TODO: Remove the last dkp-pacman invocation if https://github.com/devkitPro/docker/pull/28 gets accepted
|
||||
# TODO: completely remove this step after the devkitA64 Docker image gets updated, since it should contain the NTFS-3G and lwext4 portlibs.
|
||||
- name: Update packages
|
||||
run: |
|
||||
sudo -n apt-get update
|
||||
sudo -n apt-get upgrade -y patch autoconf automake tar bzip2 diffutils pkgconf fakeroot git file zstd
|
||||
sudo -n dkp-pacman --noconfirm -U \
|
||||
"https://wii.leseratte10.de/devkitPro/other-stuff/dkp-toolchain-vars-1.0.3-2-any.pkg.tar.zst"
|
||||
"https://wii.leseratte10.de/devkitPro/switch/switch-ntfs-3g-2022.10.3-4-any.pkg.tar.zst" \
|
||||
"https://wii.leseratte10.de/devkitPro/switch/switch-lwext4-1.0.0-1-any.pkg.tar.zst"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -51,11 +50,6 @@ jobs:
|
|||
run: |
|
||||
make install -j$(nproc)
|
||||
|
||||
- name: Build libusbhsfs dependencies
|
||||
working-directory: nxdumptool/libs/libusbhsfs
|
||||
run: |
|
||||
make fs-libs
|
||||
|
||||
- name: Build nxdumptool-rewrite PoC binary
|
||||
working-directory: nxdumptool
|
||||
run: |
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 30f521cc9536473f8a05d5a792d986f3d2c6af98
|
||||
Subproject commit b1ff8811a762adf1b585b762b21308d458d43bfa
|
Loading…
Reference in a new issue