Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable debug information on CI (#6356)
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.
- Loading branch information