mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-17 00:54:07 +00:00
chore: Update mozconfig to disable profile generation and use cross profile for Windows builds
This commit is contained in:
6
.github/workflows/macos-alpha-build.yml
vendored
6
.github/workflows/macos-alpha-build.yml
vendored
@@ -83,7 +83,11 @@ jobs:
|
||||
- name: build Zen
|
||||
env:
|
||||
SURFER_COMPAT: ${{ matrix.arch == 'x64' }}
|
||||
run: sh .github/workflows/src/alpha-build.sh
|
||||
run: |
|
||||
if test "${{ matrix.arch }}" = "x64"; then
|
||||
export ZEN_DISABLE_LTO=1
|
||||
fi
|
||||
sh .github/workflows/src/alpha-build.sh
|
||||
|
||||
- name: Rebuild Zen if failed
|
||||
if: failure()
|
||||
|
||||
Reference in New Issue
Block a user