mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-17 19:22:20 -04:00
Same disk-exhaustion failure mode as the lint-and-test and TypeScript
test jobs: the instrumented llvm-cov build fills the hosted runner's
disk and the linker dies with SIGBUS ("ld terminated with signal 7")
on its memory-mapped output. Remove the unused preinstalled toolchains
before building.