Skip to content

fix(image): give the builder the disk the CodeQL bundle actually needs - #325

Merged
rldyourmnd merged 2 commits into
mainfrom
fix/builder-disk-fits-the-codeql-bundle
Aug 31, 2026
Merged

fix(image): give the builder the disk the CodeQL bundle actually needs#325
rldyourmnd merged 2 commits into
mainfrom
fix/builder-disk-fits-the-codeql-bundle

Conversation

@rldyourmnd

Copy link
Copy Markdown
Contributor

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

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
@rldyourmnd
rldyourmnd merged commit 6fe1814 into main Aug 31, 2026
10 checks passed
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