You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS codesigning: only attempt if $MACOS_CODESIGN_IDENTITY is set (#33228)
This has the following advantages:
* It allows our buildbots to pass in which code signing identity they
want to use (rather than having the identity hash hardcoded in our build
system)
* It stops blindly attempting to codesign on random user's machines
* It causes codesign failure to stop the build
(cherry picked from commit 0760842)
0 commit comments