File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 58
58
- name : mingw-check-tidy
59
59
os : ubuntu-20.04-4core-16gb
60
60
env : {}
61
- - name : x86_64-gnu-llvm-17
61
+ - name : x86_64-gnu
62
62
env :
63
63
ENABLE_GCC_CODEGEN : " 1"
64
+ DOWNLOAD_RUSTC : " 1"
64
65
os : ubuntu-20.04-16core-64gb
65
66
- name : x86_64-gnu-tools
66
67
os : ubuntu-20.04-16core-64gb
@@ -294,8 +295,9 @@ jobs:
294
295
os : ubuntu-20.04-8core-32gb
295
296
env : {}
296
297
- name : x86_64-gnu
298
+ env :
299
+ DOWNLOAD_RUSTC : " 1"
297
300
os : ubuntu-20.04-4core-16gb
298
- env : {}
299
301
- name : x86_64-gnu-stable
300
302
env :
301
303
IMAGE : x86_64-gnu
Original file line number Diff line number Diff line change @@ -310,6 +310,11 @@ if [ "$ENABLE_GCC_CODEGEN" = "1" ]; then
310
310
echo " Setting extra environment values for docker: $extra_env "
311
311
fi
312
312
313
+ if [ " $DOWNLOAD_RUSTC " = " 1" ]; then
314
+ extra_env=" $extra_env --env DOWNLOAD_RUSTC=1"
315
+ echo " Setting extra environment values for docker: $extra_env "
316
+ fi
317
+
313
318
docker \
314
319
run \
315
320
--workdir /checkout/obj \
Original file line number Diff line number Diff line change @@ -357,9 +357,10 @@ jobs:
357
357
- name : mingw-check-tidy
358
358
<< : *job-linux-4c
359
359
360
- - name : x86_64-gnu-llvm-17
360
+ - name : x86_64-gnu
361
361
env :
362
362
ENABLE_GCC_CODEGEN : " 1"
363
+ DOWNLOAD_RUSTC : " 1"
363
364
<< : *job-linux-16c
364
365
365
366
- name : x86_64-gnu-tools
@@ -476,6 +477,8 @@ jobs:
476
477
<< : *job-linux-8c
477
478
478
479
- name : x86_64-gnu
480
+ env :
481
+ DOWNLOAD_RUSTC : " 1"
479
482
<< : *job-linux-4c
480
483
481
484
# This job ensures commits landing on nightly still pass the full
You can’t perform that action at this time.
0 commit comments