Increase make parallel jobs and update file paths
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -107,9 +107,9 @@ jobs:
|
|||||||
run: | # I forgot what dkp uses
|
run: | # I forgot what dkp uses
|
||||||
export CC="ccache aarch64-none-elf-gcc"
|
export CC="ccache aarch64-none-elf-gcc"
|
||||||
export CXX="ccache aarch64-none-elf-g++"
|
export CXX="ccache aarch64-none-elf-g++"
|
||||||
make -j$(($(nproc) * 2)) CXX="ccache aarch64-none-elf-g++" CC="ccache aarch64-none-elf-gcc"
|
make -j$(($(nproc) * 4)) CXX="ccache aarch64-none-elf-g++" CC="ccache aarch64-none-elf-gcc"
|
||||||
hactool -t kip1 out/nintendo_nx_arm64_armv8a/release/loader.kip --uncompress=hoc.kip
|
hactool -t kip1 out/nintendo_nx_arm64_armv8a/release/loader.kip --uncompress=hoc.kip
|
||||||
cp build/stratosphere/loader/hoc.kip dist/atmosphere/kips/hoc.kip
|
cp hoc.kip ../../../dist/atmosphere/kips/hoc.kip
|
||||||
|
|
||||||
- name: ccache stats
|
- name: ccache stats
|
||||||
run: ccache --show-stats
|
run: ccache --show-stats
|
||||||
|
|||||||
Reference in New Issue
Block a user