Commit 2c812de
committed
✨ Add maximize-build-space action to CI
Frees up ~30-40GB disk space by removing pre-installed software:
- .NET runtime: ~20GB
- Android SDK: ~10GB
- Haskell: ~5GB
- CodeQL: ~5GB
- Pre-installed Docker images: ~5GB
This should prevent 'no space left on device' errors during platform
deployment and allow all apps (including Ollama, observability) to run
in CI without disk exhaustion.
Expected result: ~14GB → ~60GB free space available1 parent 8bee215 commit 2c812de
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
80 | 92 | | |
81 | 93 | | |
82 | 94 | | |
| |||
0 commit comments