You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(test): strip test binaries and record CI resource usage
--all-features test binaries statically link the full dependency
closure across hundreds of binaries, running target/ up to roughly
100 GB and exhausting a stock runner's disk mid-link, where the
linker's mmap-backed write aborts with SIGBUS instead of a clean
ENOSPC. Stripping symbols from test binaries removes over a third of
each one, and recording memory/disk/CPU before and after the build
makes future exhaustion attributable instead of read as a linker
crash.
0 commit comments