Skip to content

Commit 3298004

Browse files
committed
Run PR CI on Android
1 parent 93f2f2c commit 3298004

File tree

2 files changed

+8
-25
lines changed

2 files changed

+8
-25
lines changed

.github/workflows/ci.yml

+4-12
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,14 @@ jobs:
4848
TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
4949
CACHE_DOMAIN: ci-caches.rust-lang.org
5050
if: "github.event_name == 'pull_request'"
51-
continue-on-error: "${{ matrix.name == 'mingw-check-tidy' }}"
5251
strategy:
5352
matrix:
5453
include:
55-
- name: mingw-check
56-
os: ubuntu-20.04-4core-16gb
57-
env: {}
58-
- name: mingw-check-tidy
59-
os: ubuntu-20.04-4core-16gb
54+
- name: arm-android
55+
os: ubuntu-20.04-8core-32gb
6056
env: {}
61-
- name: x86_64-gnu-llvm-16
62-
env:
63-
ENABLE_GCC_CODEGEN: "1"
64-
os: ubuntu-20.04-16core-64gb
65-
- name: x86_64-gnu-tools
66-
os: ubuntu-20.04-16core-64gb
57+
- name: dist-android
58+
os: ubuntu-20.04-8core-32gb
6759
env: {}
6860
defaults:
6961
run:

src/ci/github-actions/ci.yml

+4-13
Original file line numberDiff line numberDiff line change
@@ -347,23 +347,14 @@ jobs:
347347
<<: [*shared-ci-variables, *public-variables]
348348
PR_CI_JOB: 1
349349
if: github.event_name == 'pull_request'
350-
continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }}
351350
strategy:
352351
matrix:
353352
include:
354-
- name: mingw-check
355-
<<: *job-linux-4c
356-
357-
- name: mingw-check-tidy
358-
<<: *job-linux-4c
359-
360-
- name: x86_64-gnu-llvm-16
361-
env:
362-
ENABLE_GCC_CODEGEN: "1"
363-
<<: *job-linux-16c
353+
- name: arm-android
354+
<<: *job-linux-8c
364355

365-
- name: x86_64-gnu-tools
366-
<<: *job-linux-16c
356+
- name: dist-android
357+
<<: *job-linux-8c
367358

368359
auto:
369360
<<: *base-ci-job

0 commit comments

Comments
 (0)