Skip to content

Commit

Permalink
[EXPERIMENTAL] Try {test-various,i686-msvc} in PR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Apr 1, 2024
1 parent 51ba37d commit 2c8d42a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ jobs:
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
env: {}
- name: i686-msvc
env:
RUST_CONFIGURE_ARGS: "--build=i686-pc-windows-msvc"
SCRIPT: make ci-msvc
os: windows-2019-8core-32gb
- name: test-various
os: ubuntu-20.04-8core-32gb
env: {}
defaults:
run:
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Expand Down
9 changes: 9 additions & 0 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,15 @@ jobs:
- name: x86_64-gnu-tools
<<: *job-linux-16c

- name: i686-msvc
env:
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
SCRIPT: make ci-msvc
<<: *job-windows-8c

- name: test-various
<<: *job-linux-8c

auto:
<<: *base-ci-job
name: auto - ${{ matrix.name }}
Expand Down

0 comments on commit 2c8d42a

Please sign in to comment.