Skip to content

Commit fc67cbe

Browse files
authored
[VMR] Actually disable codeql on arm64 Mac (#45528)
1 parent da71343 commit fc67cbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ jobs:
180180
- name: artifactsStagingDir
181181
value: $(Build.ArtifactStagingDirectory)/artifacts
182182

183+
# manually disable CodeQL until https://dev.azure.com/mseng/1ES/_workitems/edit/2211548 is implemented
184+
# CodeQL doesn't work on arm64 macOS, see https://portal.microsofticm.com/imp/v5/incidents/details/532165079/summary
185+
- ${{ if eq(parameters.pool.os, 'macOS') }}:
186+
- name: ONEES_ENFORCED_CODEQL_ENABLED
187+
value: false
188+
183189
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"
190190
outputParentDirectory: $(Build.ArtifactStagingDirectory)
191191
outputs:
192192
- output: pipelineArtifact

0 commit comments

Comments
 (0)