Skip to content

Conversation

@Wenzel
Copy link
Contributor

@Wenzel Wenzel commented Jan 7, 2026

previous commit pinning disappeared from the repo

@Wenzel Wenzel force-pushed the ci/fix_libafl branch 6 times, most recently from 0400fee to 71874fe Compare January 14, 2026 14:12
Copy link

Copilot AI left a 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.

Comment on lines +561 to +562
CARGO_INCREMENTAL: 0 # Disable incremental compilation to save disk space
RUSTFLAGS: "-C debuginfo=0" # Disable debug info to reduces intermediate file sizes
Copy link

Copilot AI Jan 15, 2026

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.

Copilot uses AI. Check for mistakes.
Comment on lines +586 to +587
CARGO_INCREMENTAL: 0 # Disable incremental compilation to save disk space
RUSTFLAGS: "-C debuginfo=0" # Disable debug info to reduces intermediate file sizes
Copy link

Copilot AI Jan 15, 2026

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.

Copilot uses AI. Check for mistakes.
@Wenzel Wenzel changed the title cargo: upgrade libAFL to v0.15.4 CI: optimize disk space and update Fedora base image Jan 16, 2026
@Wenzel Wenzel merged commit f1bd147 into intel:main Jan 16, 2026
22 checks passed
@Wenzel Wenzel deleted the ci/fix_libafl branch January 16, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant