mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
ci: skip single-threaded module tests on riscv64-linux
This commit is contained in:
parent
7da4e30da7
commit
32c9e5df89
2 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue