zig/ci
Andrew Kelley 2d41dac57d CI: give x86_64-linux a maxrss parameter
to avoid getting OOM killed. It's been happening regularly recently. We
need to have a high number of GitHub Actions runners simultaneously
active, otherwise the hardware ends up underutilized. But with zig build
running in parallel now, this sometimes results in memory usage spikes
that have been causing the runner to get killed.

This number is the total physical memory (126G) divided by the number of
runners we have active (6).
2023-04-17 10:38:27 -07:00
..
aarch64-linux-debug.sh Merge remote-tracking branch 'origin/master' into llvm16 2023-03-16 17:33:24 -07:00
aarch64-linux-release.sh Merge remote-tracking branch 'origin/master' into llvm16 2023-03-16 17:33:24 -07:00
aarch64-macos.sh CI: update aarch64-macos tarball 2023-04-06 08:40:36 -07:00
aarch64-windows.ps1 update CI tarballs to LLVM16 2023-03-04 13:59:55 -07:00
x86_64-linux-debug.sh CI: give x86_64-linux a maxrss parameter 2023-04-17 10:38:27 -07:00
x86_64-linux-release.sh CI: give x86_64-linux a maxrss parameter 2023-04-17 10:38:27 -07:00
x86_64-macos-debug.sh Revert "ci: let's not skip non native tests on macos!" 2023-04-16 23:48:42 -07:00
x86_64-macos-release.sh Revert "ci: let's not skip non native tests on macos!" 2023-04-16 23:48:42 -07:00
x86_64-windows-debug.ps1 update CI tarballs to LLVM16 2023-03-04 13:59:55 -07:00
x86_64-windows-release.ps1 update CI tarballs to LLVM16 2023-03-04 13:59:55 -07:00