Commit 0760842
authored
macOS codesigning: only attempt if
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$MACOS_CODESIGN_IDENTITY is set (#33228)1 parent 2f426e4 commit 0760842
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
0 commit comments