We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8987e commit e0f17c0Copy full SHA for e0f17c0
.github/workflows/ci.yml
@@ -65,6 +65,11 @@ jobs:
65
- name: x86_64-gnu-tools
66
os: ubuntu-20.04-16core-64gb
67
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
defaults:
74
run:
75
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
src/ci/github-actions/ci.yml
@@ -365,6 +365,12 @@ jobs:
365
366
<<: *job-linux-16c
367
368
369
370
+ RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
371
372
+ <<: *job-windows-8c
373
+
374
auto:
375
<<: *base-ci-job
376
name: auto - ${{ matrix.name }}
0 commit comments