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 14:46:26 +02:00
parent 32ecb73303
commit 3cf12e5b70

View File

@@ -29,7 +29,7 @@ jobs:
rm .mozconfig
python --version
$env:MOZILLABUILD=$HOME + '/.mozconfig'
$env:MOZILLABUILD=$HOME + '/.mozbuild'
./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