mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-24 05:40:43 +00:00
chore: Update alpha.yml workflow to include check-release job
This commit is contained in:
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
@@ -291,6 +291,8 @@ jobs:
|
||||
cd engine/
|
||||
echo "export LIB=\"$(cd ~/.mozbuild/clang/lib/clang/* && cd lib/windows && pwd)\"" >> ../configs/common/mozconfig
|
||||
cat ../configs/common/mozconfig
|
||||
|
||||
ls ~/win-cross/nsis || true
|
||||
|
||||
- name: setup Rust
|
||||
run: |
|
||||
|
||||
1
.github/workflows/src/windows_mozconfig
vendored
1
.github/workflows/src/windows_mozconfig
vendored
@@ -17,3 +17,4 @@ export MOZ_MAINTENANCE_SERVICE=
|
||||
|
||||
export MOZ_PKG_FORMAT=TAR
|
||||
export MOZ_LTO=cross
|
||||
export MAKENSISU="$(echo ~)/win-cross/nsis/makensisu.exe"
|
||||
@@ -1,5 +1,7 @@
|
||||
# Browser branding
|
||||
ac_add_options --enable-update-channel=release
|
||||
ac_add_options --with-ccache=sccache
|
||||
ac_add_options --without-wasm-sandboxed-libraries
|
||||
|
||||
# ac_add_options --with-branding=beta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user