Skip to content

Commit

Permalink
Update libusbhsfs.
Browse files Browse the repository at this point in the history
CI/CD workflow has also been updated to avoid building libusbhsfs dependencies.
  • Loading branch information
DarkMatterCore committed Feb 24, 2024
1 parent 3c519cd commit 41d053d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 41d053d

Please sign in to comment.