Follow-up: fix detection of production mac build #294
Merged
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 it does
I noticed an issue after merging PR #272, looking at the Jenkins build log.
![image](https://private-user-images.githubusercontent.com/25749063/260056093-68b313a2-577d-4faf-82ff-ac4247b6816d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzM0NjQsIm5iZiI6MTczOTE3MzE2NCwicGF0aCI6Ii8yNTc0OTA2My8yNjAwNTYwOTMtNjhiMzEzYTItNTc3ZC00ZmFmLTgyZmYtYWM0MjQ3YjY4MTZkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MzkyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMyMTBlMTI5YjQwMzQ3ODVhYjE3OWQyMjhiMzVmODdmNTk0OTk3YTkzY2E0MzI1YzZjMmUyOTI0MDM5ZTQzZWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PkE5zR_C6sY8Bpxy4oALSilgaooM1fDhvvzwxAHx41Y)
To save build time, we only proceed with macos signing/notarising when it's detected that the current build is producing official blueprint packages. Unfortunately a little bug was introduced in #272 , that prevents this mechanism from working, resulting in an unsigned/un-notarised macos package [1].
This is the fix.
[1]: note: I killed the Jenkins build before if got far enough to potentially release a bad macos package.
How to test
Unfortunately I think we need to merge to be certain. But I think the fix is simple enough to be validated by looking at the Jenkins linked log above.
Review checklist
Reminder for reviewers