CI: optimize disk space and update Fedora base image#261
Conversation
0400fee to
71874fe
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the libAFL dependency to v0.15.4 and includes several infrastructure improvements to address CI disk space constraints. The changes primarily focus on optimizing GitHub Actions workflows and updating base images.
Changes:
- Updated Fedora base image SHA256 hash in Dockerfile
- Added aggressive cleanup steps in CI workflows to free disk space before builds
- Optimized Rust build settings to reduce disk usage during compilation
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Dockerfile | Updates Fedora 42 base image to newer SHA256 hash |
| .github/workflows/ci.yml | Adds disk cleanup steps, build optimizations, and minor configuration fixes |
| .github/builder/Dockerfile | Adds ca-certificates installation during RPM setup |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| CARGO_INCREMENTAL: 0 # Disable incremental compilation to save disk space | ||
| RUSTFLAGS: "-C debuginfo=0" # Disable debug info to reduces intermediate file sizes |
There was a problem hiding this comment.
Corrected spelling of 'reduces' to 'reduce' in comment. Should be 'to reduce intermediate file sizes' for grammatical correctness.
| CARGO_INCREMENTAL: 0 # Disable incremental compilation to save disk space | ||
| RUSTFLAGS: "-C debuginfo=0" # Disable debug info to reduces intermediate file sizes |
There was a problem hiding this comment.
Corrected spelling of 'reduces' to 'reduce' in comment. Should be 'to reduce intermediate file sizes' for grammatical correctness.
previous commit pinning disappeared from the repo