Skip to content

e2e-build: refresh stale GIT_BRANCH_* defaults to the manifest mainlines - #4

Open
valthon wants to merge 1 commit into
fix/generate-opp-bundles-script-renamefrom
fix/e2e-build-default-refs
Open

e2e-build: refresh stale GIT_BRANCH_* defaults to the manifest mainlines#4
valthon wants to merge 1 commit into
fix/generate-opp-bundles-script-renamefrom
fix/e2e-build-default-refs

Conversation

@valthon

@valthon valthon commented Jul 25, 2026

Copy link
Copy Markdown

What

The e2e-build.Dockerfile GIT_BRANCH_* defaults still pointed at pre-integration feature branches — two branch generations behind what the repo manifest tracks today:

Repo Old default New default
wire-sysio feature/opp-part2 master
wire-solana feature/opp-solana-outpost-integration next
wire-ethereum feature/protobufs-for-opp next
wire-cdt / wire-libraries-ts / wire-tools-ts master (unchanged)

The argless build documented in LOCAL_DOCKER_E2E_CLUSTER_GUIDE.md uses these defaults, so until now a no-args build produced an image of long-dead branches. With this change it produces an image of the current platform mainlines.

Please veto/adjust if a different default set is intended — the new values mirror the repo manifest (m/master tracking refs) as of 2026-07-24.

Merge order

This PR is stacked on #3 (wire-sysio master ships generate-opp-bundles.sh, renamed from .fish in 8ce1b9bf90; #3 teaches wire-local-setup.bash the new name). The stack enforces bottom-up merging — merging this PR merges #3 with it, and merging #3 alone auto-retargets this PR back to master.

Verification

A full wire-e2e-env build against this exact ref set (sysio=master, ethereum=next, solana=next-integ, plus #3's script change) completed green end-to-end locally on 2026-07-24.

🤖 Generated with Claude Code

https://claude.ai/code/session_01K4FBvbwEeTj7ByeJzjehbQ

@valthon
valthon changed the base branch from master to fix/generate-opp-bundles-script-rename July 31, 2026 23:28
The argless build documented in LOCAL_DOCKER_E2E_CLUSTER_GUIDE.md used the
Dockerfile's GIT_BRANCH_* defaults, which still pointed at pre-integration
feature branches (wire-sysio feature/opp-part2, wire-solana
feature/opp-solana-outpost-integration, wire-ethereum
feature/protobufs-for-opp) — two branch generations behind what the repo
manifest tracks today.

Point the defaults at the current mainlines instead (sysio=master,
solana=next, ethereum=next; cdt/libraries-ts/tools-ts were already on
master), so a no-args build produces an image of the current platform.

Note: master's wire-sysio ships generate-opp-bundles.sh (renamed from
.fish), so this depends on the wire-local-setup.bash rename support landing
first — merge after that PR.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K4FBvbwEeTj7ByeJzjehbQ
@valthon
valthon force-pushed the fix/e2e-build-default-refs branch from 0ca7305 to 2119e6e Compare August 3, 2026 13:21
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