Commit 955b7b2
Fix Windows storage issues and Linux depot_tools init
1. Windows: Remove explicit switch to `C:` drive in `build_windows.ps1`. The runner's `D:` drive has ~150GB free vs `C:`'s ~36GB, so building on `D:` (default) resolves "No space left on device" errors.
2. Windows: Add disk cleanup step in workflow to free `C:` space (Android, SQL, etc.).
3. Linux: Set `USER=builder` and prepend `depot_tools` to `PATH` in `build_linux.sh` to fix initialization failures.1 parent 858225e commit 955b7b2
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments