ci(G2): native macOS arm64 lane - #68
Merged
Merged
Conversation
Adds a `macos` job on `macos-14` (arm64) so the darwin/arm64 RUNTIME target — not just the Linux-lane cross-compile — actually builds and passes its daemon-free tests on real hardware. Hosted macOS runners have no Docker, so the integration/e2e (daemon) steps stay on the ubuntu `ci` lane; this lane runs the CGO-free build, the `-race` unit suite, and a binary preflight (`version` + `--help`). Invoked via `go` directly rather than `make` (hosted macOS ships BSD make; the Makefile uses GNU features). Self-verifying: the job's result on this PR confirms the macОS target is green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Adds a
macosjob (macos-14, arm64) to CI — closes G2.Proves the darwin/arm64 runtime target (not just the Linux-lane cross-compile) builds and passes its daemon-free tests on real hardware:
CGO_ENABLED=0 go build ./...(static-binary invariant)-raceunit suite (CGO_ENABLED=1)devstack version+--help)Hosted macOS runners have no Docker, so the integration/e2e (daemon) steps stay on the ubuntu
cilane. Invoked viagodirectly, notmake(hosted macOS ships BSD make; the Makefile uses GNU features).Self-verifying: this PR's
macoscheck is the confirmation it's green.🤖 Generated with Claude Code