Skip to content

fix(release): package without the removed runner wrapper - #274

Merged
steipete merged 1 commit into
mainfrom
steipete/fix-package-release-runner
Aug 3, 2026
Merged

fix(release): package without the removed runner wrapper#274
steipete merged 1 commit into
mainfrom
steipete/fix-package-release-runner

Conversation

@steipete

@steipete steipete commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Second half of the same breakage as #273, found by running the real native gate rather than the mocks.

scripts/package-release.sh carried the identical RUNNER=${MCP_RUNNER:-"$ROOT/runner"} default, so ./scripts/release.sh native died immediately after the Developer ID keychain was prepared:

Developer ID keychain prepared without GUI interaction.
scripts/package-release.sh: line 85: /Users/steipete/Projects/mcporter-rel-0130/runner: No such file or directory

Worth recording why this survived CI and the release-contract tests: scripts/test-release.sh invokes the packager with MCP_RUNNER=env, which substitutes a working wrapper and masks the missing one. The mocked contract passed on every run while the real signing path was broken — the tests exercised an override, not the default.

Same fix as #273: run the build steps directly, keep MCP_RUNNER as an override, still prefer ./runner where a checkout has one.

Verified with ./scripts/test-release.sh ("Release contract tests passed for v0.13.0"), and the real native gate is the next step in cutting 0.13.0.

🤖 Generated with Claude Code

package-release.sh had the same $ROOT/runner default as release.sh, so the
native gate failed right after the keychain was prepared. The mocked contract
tests never caught it because test-release.sh passes MCP_RUNNER=env, which
masks the missing wrapper.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@steipete
steipete merged commit 49dcd3e into main Aug 3, 2026
5 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