Allow UPX compression to be skipped in images#2408
Allow UPX compression to be skipped in images#2408skitt wants to merge 1 commit intosubmariner-io:develfrom
Conversation
For throw-away images, this saves significant build time whenever images need to be rebuilt. This is enabled for linting jobs: in most cases they don’t involve rebuilding images, but when they do, those images are rebuilt for every linting job, and are then discarded. Signed-off-by: Stephen Kitt <skitt@redhat.com>
|
🤖 Created branch: z_pr2408/skitt/disable-upx-images |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
WalkthroughThis PR introduces a configurable UPX compression toggle across the build system. It adds an Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
For throw-away images, this saves significant build time whenever images need to be rebuilt. This is enabled for linting jobs: in most cases they don’t involve rebuilding images, but when they do, those images are rebuilt for every linting job, and are then discarded.
Summary by CodeRabbit