Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate OSX building and Notarization in CI Builds #1114

Merged
merged 6 commits into from
Aug 30, 2023
Merged

Conversation

JasonRivers
Copy link
Member

This splits out the Notarization for OSX builds to use a different system with the notary tool, Internally this means that all notarizations are done from a single host.

This is in update to #1094 and #999

Copy link
Contributor

@e9gille e9gille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, was it failing because of the $APPLE_APP_PASS and $APPLE_ID vars?
This looks like it should work.

@e9gille
Copy link
Contributor

e9gille commented Aug 30, 2023

Forget what I said, those should have been provided already.

@JasonRivers
Copy link
Member Author

It was failing because we took the decision to only notarize on 1 mac - I had completely forgotten that conversation with Andy, so I moved things around to stash the files after building/signing and then notarize on the other mac, This also means there's some common code between the OSXpackaging and the notarize script, so we should perhaps create a common script for that information (mostly building up what the package name is). But that will be a later project.

@e9gille
Copy link
Contributor

e9gille commented Aug 30, 2023

OK, that explains it.
Well, I'm happy if you are, so go ahead and merge when ready.

@dyaandys dyaandys merged commit cd42f43 into master Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants