From 7072b363ad54cd2d7eb2b829875555293e3bee62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 18 Dec 2024 01:35:40 +0100 Subject: [PATCH] [VMR] Disable codeql on arm64 mac builds (#45511) --- eng/pipelines/templates/jobs/vmr-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eng/pipelines/templates/jobs/vmr-build.yml b/eng/pipelines/templates/jobs/vmr-build.yml index e94468470b1c..e4008cb4efb4 100644 --- a/eng/pipelines/templates/jobs/vmr-build.yml +++ b/eng/pipelines/templates/jobs/vmr-build.yml @@ -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