ci: publish native macOS arm64 release artifact - #475
Open
elibosley wants to merge 2 commits into
Open
Conversation
elibosley
marked this pull request as ready for review
August 21, 2026 19:49
elibosley
force-pushed
the
codex/macos-release-binary-current
branch
from
August 21, 2026 21:10
58cc19e to
787b01b
Compare
Collaborator
|
ARM64 support is now intentional and required, so the existing no-ARM fleet contract is stale. Please update the authoritative fleet/repository policy and its contract checks to permit the scoped macOS ARM64 target introduced here. Keep unsupported ARM/QEMU combinations denied, and add required PR-time macOS ARM64 compile, package, checksum, install, and Code Mode smoke coverage so the target is validated before |
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
macos-15runner.aarch64-apple-darwin.labby mcpas a local stdio bridge to a runninglabby servedaemon, including standalone fallback and explicit-target fail-closed behavior.args: ["mcp"].Validation
RUSTFLAGS='-D warnings' cargo check --workspace --all-features --locked --target aarch64-apple-darwincargo test -p labby --test ci_changed_paths release_tool_downloads_are_version_and_digest_pinned --lockedjust docs-checknpm test --prefix packages/labby-mcpnpm run check --prefix packages/labby-mcpTest note
The full macOS-target
labby-codemodeunit suite had 267 passing tests and one failure in the existing mocked Microsandbox reconciliation test:reconciliation_removes_dead_owner_and_preserves_live_owner. The release target workspace check passes with warnings-as-errors.