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 @@ -50,7 +50,7 @@ ninja install
50
50
51
51
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
52
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 \
53
- --maxrss 34359738368 \
53
+ --maxrss 68719476736 \
54
54
-Dstatic-llvm \
55
55
-Dskip-non-native \
56
56
-Dtarget=native-native-musl \
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ninja install
50
50
51
51
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
52
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 \
53
- --maxrss 34359738368 \
53
+ --maxrss 68719476736 \
54
54
-Dstatic-llvm \
55
55
-Dskip-non-native \
56
56
-Dtarget=native-native-musl \
You can’t perform that action at this time.
0 commit comments