open-notebook/.github
LUIS NOVO e54604dd90
Some checks are pending
Development Build / extract-version (push) Waiting to run
Development Build / lint-and-check (push) Waiting to run
Development Build / test-build-regular (push) Blocked by required conditions
Development Build / test-build-single (push) Blocked by required conditions
Development Build / summary (push) Blocked by required conditions
fix: add disk cleanup step to prevent out of space errors
Multi-platform Docker builds (amd64 + arm64) consume significant disk
space on GitHub Actions runners, often causing 'No space left on device'
errors.

This adds cleanup steps that remove unnecessary toolchains before
building:
- .NET SDK (~1-2 GB)
- Android SDK (~10+ GB)
- GHC (Haskell) (~1 GB)
- CodeQL tools (~5 GB)
- Unused Docker images

This typically frees up 20-30 GB of space, which should be sufficient
for multi-platform builds.
2025-10-18 14:14:48 -03:00
..
workflows fix: add disk cleanup step to prevent out of space errors 2025-10-18 14:14:48 -03:00