mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
CI: bump maxrss for aarch64 linux
Reduced number of runners from 9 to 6. This number is the total physical memory (251G) divided by the number of runners we have active (6). see previous commit 5b9e528bc550e7ea9e286fdd2324316f9895d5da
This commit is contained in:
parent
7dbd21bd5b
commit
35ba8d95a1
@ -50,7 +50,7 @@ ninja install
|
||||
|
||||
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
|
||||
stage3-debug/bin/zig build test docs \
|
||||
--maxrss 24696061952 \
|
||||
--maxrss 44918199637 \
|
||||
-Dstatic-llvm \
|
||||
-Dtarget=native-native-musl \
|
||||
--search-prefix "$PREFIX" \
|
||||
|
||||
@ -50,7 +50,7 @@ ninja install
|
||||
|
||||
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
|
||||
stage3-release/bin/zig build test docs \
|
||||
--maxrss 24696061952 \
|
||||
--maxrss 44918199637 \
|
||||
-Dstatic-llvm \
|
||||
-Dtarget=native-native-musl \
|
||||
--search-prefix "$PREFIX" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user