Commit b93abda
committed
Free runner disk space before building wheels
The cibuildwheel container shares the runner's 72G root filesystem, and
the Rust target dir, the in-container rustup toolchains, and the manylinux
image together exhaust it before the wheel test install runs. Dropping the
unused Android/dotnet/GHC/Swift toolchains takes free space from 7G to 30G.
Verified on 1kbgz/crowdsource-admin, which was failing with
'OSError: [Errno 28] No space left on device'.
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>1 parent c2ea129 commit b93abda
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| |||
0 commit comments