File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -100,20 +100,12 @@ envs:
100100# These jobs automatically inherit envs.pr, to avoid repeating
101101# it in each job definition.
102102pr :
103- - name : mingw-check
104- << : *job-linux-4c
105- - name : mingw-check-tidy
106- continue_on_error : true
107- << : *job-linux-4c
108- - name : x86_64-gnu-llvm-18
103+ # x86_64-msvc is split into two jobs to run tests in parallel.
104+ - name : x86_64-msvc-1
109105 env :
110- ENABLE_GCC_CODEGEN : " 1"
111- # We are adding (temporarily) a dummy commit on the compiler
112- READ_ONLY_SRC : " 0"
113- DOCKER_SCRIPT : x86_64-gnu-llvm.sh
114- << : *job-linux-16c
115- - name : x86_64-gnu-tools
116- << : *job-linux-16c
106+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
107+ SCRIPT : make ci-msvc-py
108+ << : *job-windows-25
117109
118110# Jobs that run when you perform a try build (@bors try)
119111# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments