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:12:26 +02:00
parent c6ec84444d
commit 5a7bd1e868

View File

@@ -17,6 +17,7 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v4
with:
@@ -28,6 +29,7 @@ jobs:
rm .mozconfig
python --version
$env:MOZCONFIG=$HOME/.mozconfig
./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