Update Windows profile build workflow to download and unpack artifact, setup MozillaBuild, and clone Waterfox repository

This commit is contained in:
Mauro Balades
2024-07-22 13:57:01 +02:00
parent 2384b32a08
commit 3044b44967

View File

@@ -27,8 +27,7 @@ jobs:
run: |
$Env:USE_MINTTY = "0"
./mach --no-interactive bootstrap --application-choice browser
$env:PATH=c:/mozilla-build/msys2/usr/bin:$PATH
./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
- name: Publish merged.profdata