mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 04:11:51 +00:00
chore: Update Windows profile build workflow to include version bump step and disable wasm sandboxed libraries
This commit is contained in:
1
.github/workflows/src/windows_mozconfig
vendored
1
.github/workflows/src/windows_mozconfig
vendored
@@ -35,6 +35,7 @@ ac_add_options --disable-profiling
|
||||
if test "$ZEN_GA_GENERATE_PROFILE"; then
|
||||
mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0"
|
||||
ac_add_options --enable-profile-generate=cross
|
||||
ac_add_options --without-wasm-sandboxed-libraries
|
||||
else
|
||||
ac_add_options --enable-profile-use=cross
|
||||
ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged.profdata
|
||||
|
||||
Reference in New Issue
Block a user