Disable PGO for aarch64 builds when ZEN_GA_DISABLE_PGO flag is set in Windows build configuration

This commit is contained in:
mr. M
2025-01-07 23:53:17 +01:00
parent 203163de43
commit 2d4f9d4d7b
2 changed files with 9 additions and 4 deletions

View File

@@ -217,6 +217,7 @@ jobs:
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}
env:
SURFER_COMPAT: ${{ matrix.arch }}
ZEN_GA_DISABLE_PGO: true
run: |
set -x
export SURFER_PLATFORM="win32"