chore: Add compatibility install step for x32 architecture

This commit is contained in:
Mauro Balades
2024-08-01 16:10:53 +02:00
parent 3333fe22d2
commit ad2e2f6b24
2 changed files with 5 additions and 4 deletions

View File

@@ -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 }}

View File

@@ -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"