Skip to content

Commit

Permalink
[EXPERIMENTAL] Try i686-msvc in PR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Mar 25, 2024
1 parent 0f8987e commit e0f17c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ 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
defaults:
run:
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Expand Down
6 changes: 6 additions & 0 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@ 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

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

0 comments on commit e0f17c0

Please sign in to comment.