mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Add compatibility install step for x32 architecture
This commit is contained in:
5
.github/workflows/linux-alpha-build.yml
vendored
5
.github/workflows/linux-alpha-build.yml
vendored
@@ -83,6 +83,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Run compatibility install
|
||||
if: matrix.arch == 'x32'
|
||||
run: |
|
||||
rustup target add i686-unknown-linux-gnu
|
||||
|
||||
- name: Load surfer CI setup
|
||||
run: pnpm surfer ci --brand alpha --display-version ${{ inputs.build-version }}
|
||||
|
||||
|
@@ -93,8 +93,4 @@ mk_add_options MOZ_DATA_REPORTING=0
|
||||
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
|
||||
mk_add_options MOZ_TELEMETRY_REPORTING=0
|
||||
|
||||
if test "$ZEN_CROSS_COMPILING"; then
|
||||
ac_add_options --target=x86_64-pc-linux-gnu
|
||||
fi
|
||||
|
||||
export MOZ_APP_UA_NAME="Firefox"
|
||||
|
Reference in New Issue
Block a user