authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-12 18:35:49+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-12 18:35:49+01:00
logb671baee1aaed4e8ea7e289fd17fb8ee11ffaf65
treed5a6ff1a140045249a01d3fa3726384b879b6d96
parentfc517bd01c8c60290e903e58f1f567b065ae72a0
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: cut down the amount of stuff being run on riscv64-linux


2 files changed, 2 insertions(+), 4 deletions(-)

ci/riscv64-linux-debug.sh+1-2
...@@ -43,12 +43,11 @@ unset CXX...@@ -43,12 +43,11 @@ unset CXX
43ninja install43ninja install
4444
45# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.45# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
46stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-error-traces test-llvm-ir \46stage3-debug/bin/zig build test-modules test-c-abi \
47 --maxrss ${ZSF_MAX_RSS:-0} \47 --maxrss ${ZSF_MAX_RSS:-0} \
48 -Dstatic-llvm \48 -Dstatic-llvm \
49 -Dskip-non-native \49 -Dskip-non-native \
50 -Dskip-single-threaded \50 -Dskip-single-threaded \
51 -Dskip-compile-errors \
52 -Dtarget=native-native-musl \51 -Dtarget=native-native-musl \
53 --search-prefix "$PREFIX" \52 --search-prefix "$PREFIX" \
54 --zig-lib-dir "$PWD/../lib" \53 --zig-lib-dir "$PWD/../lib" \
ci/riscv64-linux-release.sh+1-2
...@@ -43,12 +43,11 @@ unset CXX...@@ -43,12 +43,11 @@ unset CXX
43ninja install43ninja install
4444
45# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.45# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
46stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-error-traces test-llvm-ir \46stage3-release/bin/zig build test-modules test-c-abi \
47 --maxrss ${ZSF_MAX_RSS:-0} \47 --maxrss ${ZSF_MAX_RSS:-0} \
48 -Dstatic-llvm \48 -Dstatic-llvm \
49 -Dskip-non-native \49 -Dskip-non-native \
50 -Dskip-single-threaded \50 -Dskip-single-threaded \
51 -Dskip-compile-errors \
52 -Dtarget=native-native-musl \51 -Dtarget=native-native-musl \
53 --search-prefix "$PREFIX" \52 --search-prefix "$PREFIX" \
54 --zig-lib-dir "$PWD/../lib" \53 --zig-lib-dir "$PWD/../lib" \