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:50:23 +02:00
parent 350d72033b
commit 2384b32a08

View File

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