Skip to content

Commit c707aaa

Browse files
committed
[DONT MERGE] Test x86_64-msvc
1 parent a295a0e commit c707aaa

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.github/workflows/ci.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ jobs:
5858
- name: mingw-check-tidy
5959
os: ubuntu-20.04-4core-16gb
6060
env: {}
61-
- name: x86_64-gnu-llvm-17
61+
- name: x86_64-msvc
6262
env:
63-
ENABLE_GCC_CODEGEN: "1"
64-
os: ubuntu-20.04-16core-64gb
65-
- name: x86_64-gnu-tools
66-
os: ubuntu-20.04-16core-64gb
67-
env: {}
63+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
64+
SCRIPT: make ci-msvc
65+
os: windows-2019-8core-32gb
6866
defaults:
6967
run:
7068
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

src/ci/github-actions/ci.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,11 @@ jobs:
358358
- name: mingw-check-tidy
359359
<<: *job-linux-4c
360360

361-
- name: x86_64-gnu-llvm-17
361+
- name: x86_64-msvc
362362
env:
363-
ENABLE_GCC_CODEGEN: "1"
364-
<<: *job-linux-16c
365-
366-
- name: x86_64-gnu-tools
367-
<<: *job-linux-16c
363+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
364+
SCRIPT: make ci-msvc
365+
<<: *job-windows-8c
368366

369367
auto:
370368
<<: *base-ci-job

0 commit comments

Comments
 (0)