Skip to content

Commit 0e8bd06

Browse files
committed
DONOTMERGE - ci test-various and x86_64-mscv
1 parent d3a307e commit 0e8bd06

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

Diff for: .github/workflows/ci.yml

+6-11
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,14 @@ jobs:
5252
strategy:
5353
matrix:
5454
include:
55-
- name: mingw-check
56-
os: ubuntu-20.04-4core-16gb
57-
env: {}
58-
- name: mingw-check-tidy
59-
os: ubuntu-20.04-4core-16gb
55+
- name: test-various
56+
os: ubuntu-20.04-8core-32gb
6057
env: {}
61-
- name: x86_64-gnu-llvm-16
58+
- name: x86_64-msvc
6259
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: {}
60+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
61+
SCRIPT: make ci-msvc
62+
os: windows-2019-8core-32gb
6863
defaults:
6964
run:
7065
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

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

+6-11
Original file line numberDiff line numberDiff line change
@@ -351,19 +351,14 @@ jobs:
351351
strategy:
352352
matrix:
353353
include:
354-
- name: mingw-check
355-
<<: *job-linux-4c
356-
357-
- name: mingw-check-tidy
358-
<<: *job-linux-4c
354+
- name: test-various
355+
<<: *job-linux-8c
359356

360-
- name: x86_64-gnu-llvm-16
357+
- name: x86_64-msvc
361358
env:
362-
ENABLE_GCC_CODEGEN: "1"
363-
<<: *job-linux-16c
364-
365-
- name: x86_64-gnu-tools
366-
<<: *job-linux-16c
359+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
360+
SCRIPT: make ci-msvc
361+
<<: *job-windows-8c
367362

368363
auto:
369364
<<: *base-ci-job

0 commit comments

Comments
 (0)