We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acc531 commit 585c1e1Copy full SHA for 585c1e1
src/ci/github-actions/jobs.yml
@@ -85,12 +85,15 @@ pr:
85
- image: mingw-check-tidy
86
continue_on_error: true
87
<<: *job-linux-4c
88
- - image: x86_64-gnu-llvm-17
89
- env:
90
- ENABLE_GCC_CODEGEN: "1"
91
- <<: *job-linux-16c
92
- image: x86_64-gnu-tools
93
<<: *job-linux-16c
+ - image: x86_64-gnu
+ <<: *job-linux-4c
+ - image: x86_64-msvc
+ env:
94
+ RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
95
+ SCRIPT: make ci-msvc
96
+ <<: *job-windows-8c
97
98
# Jobs that run when you perform a try build (@bors try)
99
# These jobs automatically inherit envs.try, to avoid repeating
0 commit comments