build: re-enable self-cert codesigning on x64 macOS (#42576)
build: re-enable self-cert codesigning
This commit is contained in:
parent
dad6e130f5
commit
18abeb3add
2 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ const fixturesPath = path.resolve(__dirname, '..', 'fixtures');
|
|||
|
||||
export const shouldRunCodesignTests =
|
||||
process.platform === 'darwin' &&
|
||||
!process.env.CI &&
|
||||
!(process.env.CI && process.arch === 'arm64') &&
|
||||
!process.mas &&
|
||||
!features.isComponentBuild();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue