mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-08 12:57:15 +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
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/zen-browser/core#readme",
|
||||
"dependencies": {
|
||||
"@zen-browser/surfer": "^1.0.35"
|
||||
"@zen-browser/surfer": "^1.0.36"
|
||||
}
|
||||
}
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@zen-browser/surfer':
|
||||
specifier: ^1.0.35
|
||||
version: 1.0.35
|
||||
specifier: ^1.0.36
|
||||
version: 1.0.36
|
||||
|
||||
packages:
|
||||
|
||||
@@ -109,8 +109,8 @@ packages:
|
||||
'@types/node@17.0.45':
|
||||
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
|
||||
|
||||
'@zen-browser/surfer@1.0.35':
|
||||
resolution: {integrity: sha512-SADFu1IHIf4W45rhi31nCyFhB4gFYeGgRJr1hroWIQykep0zjt9FJw9DwMs1ryxV4Tpz8KAUaO4oM1VpdYCCFA==}
|
||||
'@zen-browser/surfer@1.0.36':
|
||||
resolution: {integrity: sha512-bah8tDdBkD8cTh4GNoPgs4hFt5zfVSavcvvnivcYbbuvqMnPyuGie8RKCE8xqch0sNId1qexELoC9+fRdhL16w==}
|
||||
hasBin: true
|
||||
|
||||
ansi-regex@5.0.1:
|
||||
@@ -786,7 +786,7 @@ snapshots:
|
||||
|
||||
'@types/node@17.0.45': {}
|
||||
|
||||
'@zen-browser/surfer@1.0.35':
|
||||
'@zen-browser/surfer@1.0.36':
|
||||
dependencies:
|
||||
'@resvg/resvg-js': 1.4.0
|
||||
async-icns: 1.0.2
|
||||
|
||||
Reference in New Issue
Block a user