Harden macOS release signing and notarization - #708
Open
TheGreatAxios wants to merge 5 commits into
Open
Conversation
TheGreatAxios
force-pushed
the
cl-7117-sign-and-notarize-direct-macos-release-binaries
branch
from
August 28, 2026 19:14
3cc2496 to
1de8f76
Compare
2 tasks
Opposite-arch macOS binaries keep signature and notarization gates but no longer count as native-smoked. Cross-compile OpenTUI downloads now fail closed on bun.lock integrity mismatch before unpack.
bun.lock nests native package version pins under @opentui/core optionalDependencies on the same line as core's sha512. Matching the package name alone selected that wrong hash and broke cross-compile fetches. Require the packages-array entry shape so integrity checks the native tarball hash.
TheGreatAxios
force-pushed
the
cl-7117-sign-and-notarize-direct-macos-release-binaries
branch
from
August 30, 2026 19:51
1de8f76 to
1e7077d
Compare
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
Verification
bun run checkpasses.Fixes CL-7117