Skip to content

Commit

Permalink
[VMR] Disable codeql on arm64 mac builds (#45511)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Dec 18, 2024
1 parent e5fc5f0 commit 7072b36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/pipelines/templates/jobs/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ jobs:
value: $(Build.ArtifactStagingDirectory)/artifacts

templateContext:
${{ if eq(parameters.pool.os, 'macOS') }}:
sdl:
codeql:
compiled:
enabled: false
justificationForDisabling: "CodeQL doesn't work on arm64 macOS, see https://portal.microsofticm.com/imp/v5/incidents/details/532165079/summary"
outputParentDirectory: $(Build.ArtifactStagingDirectory)
outputs:
- output: pipelineArtifact
Expand Down

0 comments on commit 7072b36

Please sign in to comment.