Build-Switches: document SKIP_COMPRESSING - #951
Conversation
Document the SKIP_COMPRESSING switch (armbian/build#10323) as a sub-option of COMPRESS_OUTPUTIMAGE: a list of file extensions to leave uncompressed (e.g. iso,qcow2), still checksummed when sha is enabled. Signed-off-by: Igor Pecovnik <igor@armbian.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe developer guide now documents the Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/Developer-Guide_Build-Switches.md`:
- Line 490: Move the SKIP_COMPRESSING documentation entry from the obsolete “DO
NOT USE!” section into the active build-switch documentation section above it,
preserving its existing description and placement alongside the other current
switches.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 04c07b8c-6b9c-417c-9d9d-cdd566f78408
📒 Files selected for processing (1)
docs/Developer-Guide_Build-Switches.md
It was added under COMPRESS_OUTPUTIMAGE, which lives below the "DO NOT USE! Obsolete documentation" marker. Move it up into the active Advanced section as a self-contained entry that references COMPRESS_OUTPUTIMAGE. Signed-off-by: Igor Pecovnik <igor@armbian.com>
Documents the
SKIP_COMPRESSINGbuild switch (from armbian/build#10323) underCOMPRESS_OUTPUTIMAGEinDeveloper-Guide_Build-Switches.md.It is a comma/space-separated list of file extensions to leave uncompressed even when
xz/zstdis enabled (e.g.SKIP_COMPRESSING="iso,qcow2") — for formats consumed as-is (qcow2 imported into a hypervisor, iso mounted as a virtual CD). Still checksummed whenshais set; empty by default.Documentation website preview will be available shortly:
Open WWW preview