Skip to content

Commit 585c1e1

Browse files
committed
(DO NOT MERGE) Does this work on Linux/Windows?
1 parent 4acc531 commit 585c1e1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/ci/github-actions/jobs.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,15 @@ pr:
8585
- image: mingw-check-tidy
8686
continue_on_error: true
8787
<<: *job-linux-4c
88-
- image: x86_64-gnu-llvm-17
89-
env:
90-
ENABLE_GCC_CODEGEN: "1"
91-
<<: *job-linux-16c
9288
- image: x86_64-gnu-tools
9389
<<: *job-linux-16c
90+
- image: x86_64-gnu
91+
<<: *job-linux-4c
92+
- image: x86_64-msvc
93+
env:
94+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
95+
SCRIPT: make ci-msvc
96+
<<: *job-windows-8c
9497

9598
# Jobs that run when you perform a try build (@bors try)
9699
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)