Conversation
Sign and notarize the roc binary for macOS builds so users can download and run it without Gatekeeper warnings. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Thank you for your contribution! Sometimes PRs end up staying open for a long time without activity, which can make the list of open PRs get long and time-consuming to review. To keep things manageable for reviewers, this bot automatically closes PRs that haven’t had activity in 60 days. This PR hasn’t had activity in 30 days, so it will be automatically closed if there is no more activity in the next 30 days. Keep in mind that PRs marked |
|
We're gonna need this 😃 |
|
Thank you for your contribution! Sometimes PRs end up staying open for a long time without activity, which can make the list of open PRs get long and time-consuming to review. To keep things manageable for reviewers, this bot automatically closes PRs that haven’t had activity in 60 days. This PR hasn’t had activity in 30 days, so it will be automatically closed if there is no more activity in the next 30 days. Keep in mind that PRs marked |
Summary
Adds code signing and notarization to the nightly new compiler workflow for macOS builds. When users download the roc binary on macOS, it will run without Gatekeeper warnings.
-o runtime)ci/MACOS_CODE_SIGNING.mdRequired Secrets
Before this works, these secrets need to be configured:
MACOS_CERTIFICATE- Base64-encoded .p12 Developer ID certificateMACOS_CERTIFICATE_PWD- Password for the .p12 fileMACOS_CERTIFICATE_NAME- Certificate identity nameMACOS_CI_KEYCHAIN_PWD- Password for temp keychainAPPLE_NOTARIZATION_KEY_ID- App Store Connect API key IDAPPLE_NOTARIZATION_ISSUER- App Store Connect issuer UUIDAPPLE_NOTARIZATION_KEY- Private key content (.p8)Co-authored by Claude Opus 4.5