Commit a6465e0
Fix Android bindings CI disk space issue
Add jlumbroso/free-disk-space action to clear ~10-15GB of unused
pre-installed software (dotnet, haskell, docker images, large packages)
from GitHub-hosted runners before building Android native libraries.
The CI was failing with "No space left on device" because cross-compiling
Rust for 4 Android architectures in release mode generates large artifacts
that exhaust the default runner disk space.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent aa23fa0 commit a6465e0
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
| |||
0 commit comments