mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
Update libusbhsfs
This commit is contained in:
parent
55f3856f47
commit
f8e78e655d
3 changed files with 11 additions and 9 deletions
17
.github/workflows/rewrite.yml
vendored
17
.github/workflows/rewrite.yml
vendored
|
@ -23,11 +23,12 @@ jobs:
|
|||
run: |
|
||||
sudo -n apt-get update
|
||||
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 "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/switch/switch-zlib-1.2.13-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"
|
||||
sudo -n dkp-pacman --noconfirm -U "https://wii.leseratte10.de/devkitPro/cmake/switch-cmake-1.5.0-1-any.pkg.tar.xz"
|
||||
sudo -n dkp-pacman --noconfirm -U \
|
||||
"https://wii.leseratte10.de/devkitPro/switch/switch-libjson-c-0.16-1-any.pkg.tar.xz" \
|
||||
"https://wii.leseratte10.de/devkitPro/switch/switch-libpng-1.6.39-1-any.pkg.tar.xz" \
|
||||
"https://wii.leseratte10.de/devkitPro/switch/switch-zlib-1.2.13-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
|
||||
run: git config --global --add safe.directory '*'
|
||||
|
@ -49,12 +50,12 @@ jobs:
|
|||
- name: Build and install libnx
|
||||
run: |
|
||||
cd "$GITHUB_WORKSPACE/libnx"
|
||||
sudo --preserve-env=DEVKITPRO,DEVKITARM,DEVKITPPC -n make install -j$(nproc)
|
||||
make install -j$(nproc)
|
||||
|
||||
- name: Build libusbhsfs dependencies
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
@ -65,7 +66,7 @@ jobs:
|
|||
- name: Build nxdumptool-rewrite GUI binary
|
||||
run: |
|
||||
cd "$GITHUB_WORKSPACE/nxdumptool"
|
||||
sudo --preserve-env=DEVKITPRO,DEVKITARM,DEVKITPPC -n make -j$(nproc)
|
||||
make -j$(nproc)
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,6 +16,7 @@ host/nxdumptool
|
|||
*.log
|
||||
*.spec
|
||||
*.exe
|
||||
*.code-workspace
|
||||
|
||||
# TODO: remove these entries when we're done using PoCs.
|
||||
main.cpp
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d6a4f38784e1ddf5d1d8fa4805f7789050b60f93
|
||||
Subproject commit 68da93049d85e890c7388f4fc14805dedf55af94
|
Loading…
Reference in a new issue