File tree 2 files changed +8
-3
lines changed
2 files changed +8
-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-16
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
@@ -295,7 +296,8 @@ jobs:
295
296
env : {}
296
297
- name : x86_64-gnu
297
298
os : ubuntu-20.04-4core-16gb
298
- env : {}
299
+ env :
300
+ DOWNLOAD_RUSTC : " 1"
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 @@ -357,9 +357,10 @@ jobs:
357
357
- name : mingw-check-tidy
358
358
<< : *job-linux-4c
359
359
360
- - name : x86_64-gnu-llvm-16
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