Skip to content

Commit 2c8d42a

Browse files
committed
[EXPERIMENTAL] Try {test-various,i686-msvc} in PR CI
1 parent 51ba37d commit 2c8d42a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Diff for: .github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ jobs:
6565
- name: x86_64-gnu-tools
6666
os: ubuntu-20.04-16core-64gb
6767
env: {}
68+
- name: i686-msvc
69+
env:
70+
RUST_CONFIGURE_ARGS: "--build=i686-pc-windows-msvc"
71+
SCRIPT: make ci-msvc
72+
os: windows-2019-8core-32gb
73+
- name: test-various
74+
os: ubuntu-20.04-8core-32gb
75+
env: {}
6876
defaults:
6977
run:
7078
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

Diff for: src/ci/github-actions/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,15 @@ jobs:
365365
- name: x86_64-gnu-tools
366366
<<: *job-linux-16c
367367

368+
- name: i686-msvc
369+
env:
370+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
371+
SCRIPT: make ci-msvc
372+
<<: *job-windows-8c
373+
374+
- name: test-various
375+
<<: *job-linux-8c
376+
368377
auto:
369378
<<: *base-ci-job
370379
name: auto - ${{ matrix.name }}

0 commit comments

Comments
 (0)