mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
CI: remove i686-linux-android (#38118)
As discussed in [#general > Help solving android bindgen failure @ 💬](https://servo.zulipchat.com/#narrow/channel/263398-general/topic/Help.20solving.20android.20bindgen.20failure/near/529091066) Testing: Not needed, becuase we just remove from CI Will help with #37077. Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
b799f27817
commit
9b63854cd0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: ['aarch64-linux-android', 'armv7-linux-androideabi', 'i686-linux-android', 'x86_64-linux-android']
|
target: ['aarch64-linux-android', 'armv7-linux-androideabi', 'x86_64-linux-android']
|
||||||
steps:
|
steps:
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@main
|
||||||
|
@ -152,7 +152,7 @@ jobs:
|
||||||
needs: ["build"]
|
needs: ["build"]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: ['aarch64-linux-android', 'armv7-linux-androideabi', 'i686-linux-android', 'x86_64-linux-android']
|
target: ['aarch64-linux-android', 'armv7-linux-androideabi', 'x86_64-linux-android']
|
||||||
if: ${{ inputs.bencher && inputs.profile != 'debug' && github.event_name != 'workflow_dispatch' && github.event_name != 'merge_group' }}
|
if: ${{ inputs.bencher && inputs.profile != 'debug' && github.event_name != 'workflow_dispatch' && github.event_name != 'merge_group' }}
|
||||||
name: 'Bencher (${{ matrix.target }})'
|
name: 'Bencher (${{ matrix.target }})'
|
||||||
uses: ./.github/workflows/bencher.yml
|
uses: ./.github/workflows/bencher.yml
|
||||||
|
@ -160,8 +160,8 @@ jobs:
|
||||||
target: android-${{ matrix.target }}
|
target: android-${{ matrix.target }}
|
||||||
profile: ${{ inputs.profile }}
|
profile: ${{ inputs.profile }}
|
||||||
compressed-file-path: ${{ inputs.profile }}-binary-android-${{ matrix.target }}/servoapp.apk
|
compressed-file-path: ${{ inputs.profile }}-binary-android-${{ matrix.target }}/servoapp.apk
|
||||||
binary-path: lib/${{ matrix.target == 'aarch64-linux-android' && 'arm64-v8a' || matrix.target == 'armv7-linux-androideabi' && 'armeabi-v7a' || matrix.target == 'i686-linux-android' && 'x86' || matrix.target == 'x86_64-linux-android' && 'x86_64'}}/libservoshell.so
|
binary-path: lib/${{ matrix.target == 'aarch64-linux-android' && 'arm64-v8a' || matrix.target == 'armv7-linux-androideabi' && 'armeabi-v7a' || matrix.target == 'x86_64-linux-android' && 'x86_64'}}/libservoshell.so
|
||||||
file-size: true
|
file-size: true
|
||||||
speedometer: false
|
speedometer: false
|
||||||
dromaeo: false
|
dromaeo: false
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue