Browse Source
In #6338 that PR is bouncing on CI due to Windows running out of disk space. Locally a `./ci/run-tests.sh` compile produces a ~13G build directory. Testing on CI it looks like Windows builders have ~13G of free space on them for GitHub Actions. I think something in that PR has tipped us just over the edge of requiring too much space, although I'm not sure exactly what. To address the issue this commit disables DWARF debug information entirely on all builders on CI. Not only should this save a sliver of compile time but this reduces a local build directory to ~4.7G, over a 50% reduction. That should keep us fitting in CI for more time to come hopefully.pull/6360/head
Alex Crichton
2 years ago
committed by
GitHub
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue