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
4343ninja install
4444
4545# 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 \
4747 --maxrss ${ZSF_MAX_RSS:-0} \
4848 -Dstatic-llvm \
4949 -Dskip-non-native \
5050 -Dskip-single-threaded \
51 -Dskip-compile-errors \
5251 -Dtarget=native-native-musl \
5352 --search-prefix "$PREFIX" \
5453 --zig-lib-dir "$PWD/../lib" \
ci/riscv64-linux-release.sh+1-2
......@@ -43,12 +43,11 @@ unset CXX
4343ninja install
4444
4545# 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 \
4747 --maxrss ${ZSF_MAX_RSS:-0} \
4848 -Dstatic-llvm \
4949 -Dskip-non-native \
5050 -Dskip-single-threaded \
51 -Dskip-compile-errors \
5251 -Dtarget=native-native-musl \
5352 --search-prefix "$PREFIX" \
5453 --zig-lib-dir "$PWD/../lib" \