Skip to content

Commit 6d892ed

Browse files
committed
[HACK] switch PR CI to x86_64-msvc-2.
1 parent fda115a commit 6d892ed

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
- name: mingw-check
4444
os: ubuntu-latest-xl
4545
env: {}
46-
- name: x86_64-gnu-llvm-10
47-
os: ubuntu-latest-xl
48-
env: {}
46+
- name: x86_64-msvc-2
47+
env:
48+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
49+
SCRIPT: make ci-subset-2
50+
os: windows-latest-xl
4951
- name: x86_64-gnu-tools
5052
env:
5153
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1

src/ci/github-actions/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,11 @@ jobs:
280280
- name: mingw-check
281281
<<: *job-linux-xl
282282

283-
- name: x86_64-gnu-llvm-10
284-
<<: *job-linux-xl
283+
- name: x86_64-msvc-2
284+
env:
285+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
286+
SCRIPT: make ci-subset-2
287+
<<: *job-windows-xl
285288

286289
- name: x86_64-gnu-tools
287290
env:

0 commit comments

Comments
 (0)