forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] Codespaces need more disc to succeed building on container cre…
…ation (dotnet#99803) * Debug * Building steps logging. * Chop up restore and clean cache in between * Restore does not take as much space as codespaces setup files in "/workspaces/.codespaces". * Try removing the biggest offender. * Cannot see the impact of cleanup on the size check logs. * Move setup code into post-create * Pass arg to the script, otherwise nothing is triggered * Move all commands up to restore to onCreate. Restore should be done after codespaces setup when occupied disc space drops. * Fix: wasm does not have artifacts dir on writing to this file. * This would work but is not 100% reliable - user can interact with the VM before the command finishes. * Build subset by subset. * Easy fix - requre bigger disc.
- Loading branch information
1 parent
55273a1
commit ca48a0d
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters