Parent
#421
What to build
Extend tools/e2e/Containerfile's toolchain stage / tools/e2e/scripts/build.sh with a --network none build variant covering the aws_sdk_vendor and vector_vendor layers, wired as a CI job (or a script flag). Demoable on its own: running it against current main fails with a clear, attributable network-access error — proving the seam works before it's asked to pass.
Acceptance criteria
Blocked by
- None — can start immediately.
Parent
#421
What to build
Extend
tools/e2e/Containerfile'stoolchainstage /tools/e2e/scripts/build.shwith a--network nonebuild variant covering theaws_sdk_vendorandvector_vendorlayers, wired as a CI job (or a script flag). Demoable on its own: running it against currentmainfails with a clear, attributable network-access error — proving the seam works before it's asked to pass.Acceptance criteria
tools/e2e/scripts/build.sh(or a new script) supports a network-isolated build mode targeting thetoolchainstage's vendor-package layersmainfails with a clear, attributable network-access error (not a generic timeout/crash)Blocked by