From c6ec84444d45e2843c4a56d93cf516f1a589fd2f Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 22 Jul 2024 14:06:32 +0200 Subject: [PATCH] Remove mozconfig on windows PGO --- .github/workflows/windows-profile-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 0dd055517..692c6ec63 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -13,7 +13,6 @@ on: jobs: windows-profile-build: - # Edited from floorp build's windows profile build runs-on: windows-latest steps: @@ -27,6 +26,8 @@ jobs: run: | $Env:USE_MINTTY = "0" + rm .mozconfig + python --version ./mach bootstrap --application-choice browser $env:LLVM_PROFDATA = $HOME + '/.mozbuild/clang/bin/llvm-profdata.exe'; $env:JARLOG_FILE = 'en-US.log'; python mach python build/pgo/profileserver.py --binary c:/artifact/zen/zen.exe