-
Notifications
You must be signed in to change notification settings - Fork 23
CI: optimize disk space and update Fedora base image #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0400fee to
71874fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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