ci(macos): package private CA builds on hosted runner - #11
Merged
Conversation
Signed-off-by: Brian Charbonneau <github@briancharbonneau.com>
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Signed-off-by: Brian Charbonneau <github@briancharbonneau.com>
Signed-off-by: Brian Charbonneau <github@briancharbonneau.com>
Signed-off-by: Brian Charbonneau <github@briancharbonneau.com>
Signed-off-by: Brian Charbonneau <github@briancharbonneau.com>
Signed-off-by: Brian Charbonneau <github@briancharbonneau.com>
10 tasks
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-15Apple Silicon runnerbuild-approvedissue gateghRunnerand reserve Brian's MacBook for state-preserving install/runtime acceptanceWhy
The fork is public, so standard GitHub-hosted runner compute is free and provides a reproducible M1 build environment. The hosted lane separates repeatable package production from Brian's final runtime acceptance.
While validating the lane, the repository Security job identified RUSTSEC-2026-0224 in
nostr-relay-pool0.44.1. Buzz has independent root and desktop lockfiles; upstream block#4139 corrected only the root lock. This PR now certifies 0.44.2 in both lockfiles and refuses to package a candidate unless both graphs are advisory-clean.Tracking and upstream retirement path:
Validation
scripts/test-private-ca-release-contract.sh— passedbash -n scripts/build-private-ca-macos.sh scripts/test-private-ca-release-contract.sh— passedshellcheck scripts/build-private-ca-macos.sh scripts/test-private-ca-release-contract.sh— passedyamllint .github/workflows/private-ca-release.yml— passedgit diff --check— passedjust ci: root, Rust, desktop, and web gates passed; one unrelated paused-clock timing test failed in the parallel desktop suite and passed immediately in isolationControlled acceptance
Merge and verify the monitor/validation changes first. Reconcile the existing unapproved v0.5.3 ticket to the two-SHA marker. Do not add
build-approved, build a package, run private WSS, or install anything without a separate explicit decision from Brian.