From 882d7b58336618b858620c3b0b4701e945efbe3b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 19 Jul 2025 13:58:25 -0400 Subject: [PATCH] actions: disable pgo on win arm64 agqin --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6fcb87c..f831c325 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -418,7 +418,7 @@ jobs: $env:arch = "ARM64" # TODO: figure out why Windows ARM64 isn't compat with PGO optimiazation # causes 10-20% slowdown in Python - PCBuild\build.bat -c Release -p $env:arch --pgo + PCBuild\build.bat -c Release -p $env:arch } - name: Mac/Linux Build Python