Commit 32c9e5df89

Alex Rønne Petersen <alex@alexrp.com>
2025-07-17 19:40:59
ci: skip single-threaded module tests on riscv64-linux
1 parent 7da4e30
ci/riscv64-linux-debug.sh
@@ -53,6 +53,7 @@ stage3-debug/bin/zig build test-cases test-modules test-unit test-standalone tes
   --maxrss 68719476736 \
   -Dstatic-llvm \
   -Dskip-non-native \
+  -Dskip-single-threaded \
   -Dskip-translate-c \
   -Dskip-run-translated-c \
   -Dtarget=native-native-musl \
ci/riscv64-linux-release.sh
@@ -53,6 +53,7 @@ stage3-release/bin/zig build test-cases test-modules test-unit test-standalone t
   --maxrss 68719476736 \
   -Dstatic-llvm \
   -Dskip-non-native \
+  -Dskip-single-threaded \
   -Dskip-translate-c \
   -Dskip-run-translated-c \
   -Dtarget=native-native-musl \