build: re-enable self-cert codesigning on x64 macOS (#42576)

build: re-enable self-cert codesigning
This commit is contained in:
Shelley Vohr 2024-06-19 16:28:07 +02:00 committed by GitHub
parent dad6e130f5
commit 18abeb3add
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -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();