File tree Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,33 @@ envs:
8080# These jobs automatically inherit envs.pr, to avoid repeating
8181# it in each job definition.
8282pr :
83- - image : mingw-check
83+ - image : x86_64-apple-1
84+ env :
85+ << : *env-x86_64-apple-tests
86+ << : *job-macos-xl
87+
88+ - image : x86_64-apple-2
89+ env :
90+ SCRIPT : ./x.py --stage 2 test tests/ui tests/rustdoc
91+ << : *env-x86_64-apple-tests
92+ << : *job-macos-xl
93+
94+ - image : x86_64-mingw
95+ env :
96+ SCRIPT : make ci-mingw
97+ RUST_CONFIGURE_ARGS : >-
98+ --build=x86_64-pc-windows-gnu
99+ --enable-profiler
100+ # We are intentionally allowing an old toolchain on this builder (and that's
101+ # incompatible with LLVM downloads today).
102+ NO_DOWNLOAD_CI_LLVM : 1
103+ << : *job-windows-8c
104+
105+ - image : test-various
84106 << : *job-linux-4c
85- - image : mingw-check-tidy
86- continue_on_error : true
107+
108+ - image : dist-x86_64-illumos
87109 << : *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
94110
95111# Jobs that run when you perform a try build (@bors try)
96112# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments