chore(release-image): consume only labs toolchain and npm artifacts - #25142
Merged
Conversation
nchamo
marked this pull request as ready for review
August 7, 2026 19:00
nchamo
requested review from
fcarreiro and
nventuro
and removed request for
charlielye
August 7, 2026 19:00
fcarreiro
force-pushed
the
nchamo/labs-bb-avm-arch
branch
from
August 8, 2026 12:27
bf5b36d to
36945e3
Compare
fcarreiro
approved these changes
Aug 8, 2026
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.
Summary
labs-aztec-toolchain/bin(bb-avm,acvm) instead of the foundation build trees, and drops the foundation whitelists from both dockerignores: all TS dependencies (@aztec/bb.js,wsdb,ipc-runtime,@aztec/l1-artifacts, ...) already resolve to published npm packages, so the base image'syarn workspaces focuspulls them from the registry.bb-avmprovisioning is arch-parametrized via ci3'sarch(arm64 assets ship since feat(bb): release bb-avm for arm64-linux #25120), andnargois no longer copied into the image: nothing in it can invoke it (noNARGOset, not on PATH), saving ~51MB.release-image/bootstrap.shcontent-hasheslabs-aztec-toolchain/bootstrap.shinstead of calling siblinghashsubcommands (a nested command substitution swallows their failures), andbuild_imagegains a preflight that fails the build when a toolchain binary is missing or symlinked (docker copies the link, not its target).Fixes A-1540