Stream: git-wasmtime

Topic: wasmtime / PR #6356 Disable debug information on CI


view this post on Zulip Wasmtime GitHub notifications bot (May 08 2023 at 22:06):

alexcrichton opened PR #6356 from alexcrichton:no-debug-ci to bytecodealliance:main:

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.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2023 at 22:06):

alexcrichton requested cfallin for a review on PR #6356.

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2023 at 22:06):

alexcrichton requested wasmtime-default-reviewers for a review on PR #6356.

view this post on Zulip Wasmtime GitHub notifications bot (May 09 2023 at 13:44):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 09 2023 at 14:46):

alexcrichton merged PR #6356.


Last updated: Nov 22 2024 at 17:03 UTC