mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Update Windows profile build workflow to download and unpack artifact, setup MozillaBuild, and clone Waterfox repository
This commit is contained in:
2
.github/workflows/windows-profile-build.yml
vendored
2
.github/workflows/windows-profile-build.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user