1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-08 11:51:48 +00:00

Update libusbhsfs

This commit is contained in:
Pablo Curiel 2023-03-25 12:10:07 +01:00
parent 55f3856f47
commit f8e78e655d
3 changed files with 11 additions and 9 deletions

View file

@ -23,11 +23,12 @@ jobs:
run: | run: |
sudo -n apt-get update sudo -n apt-get update
sudo -n apt-get upgrade -y patch autoconf automake tar bzip2 diffutils pkgconf fakeroot p7zip-full git sudo -n apt-get upgrade -y patch autoconf automake tar bzip2 diffutils pkgconf fakeroot p7zip-full git
sudo -n dkp-pacman --noconfirm -U "https://wii.leseratte10.de/devkitPro/switch/switch-libjson-c-0.16-1-any.pkg.tar.xz" sudo -n dkp-pacman --noconfirm -U \
sudo -n dkp-pacman --noconfirm -U "https://wii.leseratte10.de/devkitPro/switch/switch-libpng-1.6.39-1-any.pkg.tar.xz" "https://wii.leseratte10.de/devkitPro/switch/switch-libjson-c-0.16-1-any.pkg.tar.xz" \
sudo -n dkp-pacman --noconfirm -U "https://wii.leseratte10.de/devkitPro/switch/switch-zlib-1.2.13-1-any.pkg.tar.xz" "https://wii.leseratte10.de/devkitPro/switch/switch-libpng-1.6.39-1-any.pkg.tar.xz" \
sudo -n dkp-pacman --noconfirm -U "https://wii.leseratte10.de/devkitPro/other-stuff/dkp-toolchain-vars-1.0.2-1-any.pkg.tar.xz" "https://wii.leseratte10.de/devkitPro/switch/switch-zlib-1.2.13-1-any.pkg.tar.xz" \
sudo -n dkp-pacman --noconfirm -U "https://wii.leseratte10.de/devkitPro/cmake/switch-cmake-1.5.0-1-any.pkg.tar.xz" "https://wii.leseratte10.de/devkitPro/other-stuff/dkp-toolchain-vars-1.0.2-1-any.pkg.tar.xz" \
"https://wii.leseratte10.de/devkitPro/cmake/switch-cmake-1.5.0-1-any.pkg.tar.xz"
- name: Silence all git safe directory warnings - name: Silence all git safe directory warnings
run: git config --global --add safe.directory '*' run: git config --global --add safe.directory '*'
@ -49,12 +50,12 @@ jobs:
- name: Build and install libnx - name: Build and install libnx
run: | run: |
cd "$GITHUB_WORKSPACE/libnx" cd "$GITHUB_WORKSPACE/libnx"
sudo --preserve-env=DEVKITPRO,DEVKITARM,DEVKITPPC -n make install -j$(nproc) make install -j$(nproc)
- name: Build libusbhsfs dependencies - name: Build libusbhsfs dependencies
run: | run: |
cd "$GITHUB_WORKSPACE/nxdumptool/libs/libusbhsfs" cd "$GITHUB_WORKSPACE/nxdumptool/libs/libusbhsfs"
sudo --preserve-env=DEVKITPRO,DEVKITARM,DEVKITPPC -n make fs-libs -j$(nproc) make fs-libs -j$(nproc)
- name: Build nxdumptool-rewrite PoC binaries - name: Build nxdumptool-rewrite PoC binaries
run: | run: |
@ -65,7 +66,7 @@ jobs:
- name: Build nxdumptool-rewrite GUI binary - name: Build nxdumptool-rewrite GUI binary
run: | run: |
cd "$GITHUB_WORKSPACE/nxdumptool" cd "$GITHUB_WORKSPACE/nxdumptool"
sudo --preserve-env=DEVKITPRO,DEVKITARM,DEVKITPPC -n make -j$(nproc) make -j$(nproc)
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:

1
.gitignore vendored
View file

@ -16,6 +16,7 @@ host/nxdumptool
*.log *.log
*.spec *.spec
*.exe *.exe
*.code-workspace
# TODO: remove these entries when we're done using PoCs. # TODO: remove these entries when we're done using PoCs.
main.cpp main.cpp

@ -1 +1 @@
Subproject commit d6a4f38784e1ddf5d1d8fa4805f7789050b60f93 Subproject commit 68da93049d85e890c7388f4fc14805dedf55af94