Skip to content

Commit 7072b36

Browse files
authored
[VMR] Disable codeql on arm64 mac builds (#45511)
1 parent e5fc5f0 commit 7072b36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/pipelines/templates/jobs/vmr-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ jobs:
181181
value: $(Build.ArtifactStagingDirectory)/artifacts
182182

183183
templateContext:
184+
${{ if eq(parameters.pool.os, 'macOS') }}:
185+
sdl:
186+
codeql:
187+
compiled:
188+
enabled: false
189+
justificationForDisabling: "CodeQL doesn't work on arm64 macOS, see https://portal.microsofticm.com/imp/v5/incidents/details/532165079/summary"
184190
outputParentDirectory: $(Build.ArtifactStagingDirectory)
185191
outputs:
186192
- output: pipelineArtifact

0 commit comments

Comments
 (0)