mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-28 23:56:11 +00:00
Remove mozconfig on windows PGO
This commit is contained in:
3
.github/workflows/windows-profile-build.yml
vendored
3
.github/workflows/windows-profile-build.yml
vendored
@@ -13,7 +13,6 @@ on:
|
||||
|
||||
jobs:
|
||||
windows-profile-build:
|
||||
# Edited from floorp build's windows profile build
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
@@ -27,6 +26,8 @@ jobs:
|
||||
run: |
|
||||
$Env:USE_MINTTY = "0"
|
||||
|
||||
rm .mozconfig
|
||||
python --version
|
||||
./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