zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 32c9e5df894752a8fbc3b8c8a6e5fb0cfd5e8f1b (tree)
parent 7da4e30da7529307e471a8361d88ff9a3e8ab155
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu, 17 Jul 2025 19:40:59 +0200

ci: skip single-threaded module tests on riscv64-linux

Diffstat:
Mci/riscv64-linux-debug.sh | 1+
Mci/riscv64-linux-release.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ci/riscv64-linux-debug.sh b/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 \ diff --git a/ci/riscv64-linux-release.sh b/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 \