Commit 38d4c97
authored
Clean up osxcross build artifacts to free disk space (#3000)
Add cleanup of osxcross build/ and tarballs/ directories after
toolchain compilation completes. This frees ~7-8 GB of disk space
before goreleaser runs, preventing "no space left on device" errors
during release builds.
The cleanup removes:
- build/: LLVM/Clang intermediate compilation artifacts (~6-7 GB)
- tarballs/: MacOSX SDK tarball already extracted to target/SDK (~1 GB)
The osxcross/target/ directory with binaries, libraries, and SDK
remains intact for darwin cross-compilation.1 parent de1c86b commit 38d4c97
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments