Skip to content

Commit

Permalink
Run PR CI on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 11, 2024
1 parent 93f2f2c commit 3298004
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,14 @@ jobs:
TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
CACHE_DOMAIN: ci-caches.rust-lang.org
if: "github.event_name == 'pull_request'"
continue-on-error: "${{ matrix.name == 'mingw-check-tidy' }}"
strategy:
matrix:
include:
- name: mingw-check
os: ubuntu-20.04-4core-16gb
env: {}
- name: mingw-check-tidy
os: ubuntu-20.04-4core-16gb
- name: arm-android
os: ubuntu-20.04-8core-32gb
env: {}
- name: x86_64-gnu-llvm-16
env:
ENABLE_GCC_CODEGEN: "1"
os: ubuntu-20.04-16core-64gb
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
- name: dist-android
os: ubuntu-20.04-8core-32gb
env: {}
defaults:
run:
Expand Down
17 changes: 4 additions & 13 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,23 +347,14 @@ jobs:
<<: [*shared-ci-variables, *public-variables]
PR_CI_JOB: 1
if: github.event_name == 'pull_request'
continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }}
strategy:
matrix:
include:
- name: mingw-check
<<: *job-linux-4c

- name: mingw-check-tidy
<<: *job-linux-4c

- name: x86_64-gnu-llvm-16
env:
ENABLE_GCC_CODEGEN: "1"
<<: *job-linux-16c
- name: arm-android
<<: *job-linux-8c

- name: x86_64-gnu-tools
<<: *job-linux-16c
- name: dist-android
<<: *job-linux-8c

auto:
<<: *base-ci-job
Expand Down

0 comments on commit 3298004

Please sign in to comment.