File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ unset CXX
49
49
ninja install
50
50
51
51
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
52
- stage3-debug/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir docs \
52
+ stage3-debug/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir \
53
53
--maxrss 68719476736 \
54
54
-Dstatic-llvm \
55
55
-Dskip-non-native \
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ unset CXX
49
49
ninja install
50
50
51
51
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
52
- stage3-release/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir docs \
52
+ stage3-release/bin/zig build test-cases test-modules test-unit test-standalone test-c-abi test-link test-stack-traces test-asm-link test-llvm-ir \
53
53
--maxrss 68719476736 \
54
54
-Dstatic-llvm \
55
55
-Dskip-non-native \
You can’t perform that action at this time.
0 commit comments