fix(image): give the builder the disk the CodeQL bundle actually needs - #325
Merged
Conversation
The b21 build died at 'No space left on device' while packing the rootfs: the bundle adds 0.8 GiB of archive and 2.6 GiB unpacked, doubled transiently during publish, and the 16/24 GiB builder budgets predate it. Standard moves to 22, integration to 30, the validator bound follows to 32 with the reasoning in place, and the canary pools that share these manifests widen with their classes (container-canary 20 to 30, docker-container-canary 30 to 40) so a canary keeps the same disk shape as the class it canaries for. Golden fingerprints and the plan pins move with the change. Claude-Session: https://claude.ai/code/session_01LsGid6U5RrQdFvJmvYdGCF
…-the-codeql-bundle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
b21 died packing the rootfs: No space left on device. Builder budgets predate the 3.4 GiB the bundle adds (doubled transiently at publish). Standard 16→22, integration 24→30, validator bound 24→32, canary pools widen with their classes (20→30, 30→40) so builders stay strictly under runtime profiles. Goldens and pins follow.
https://claude.ai/code/session_01LsGid6U5RrQdFvJmvYdGCF