Skip to content

Commit a080419

Browse files
committed
prefer precompiled rustc for x86_64-gnu
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent a42873e commit a080419

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ jobs:
5858
- name: mingw-check-tidy
5959
os: ubuntu-20.04-4core-16gb
6060
env: {}
61-
- name: x86_64-gnu-llvm-16
61+
- name: x86_64-gnu
6262
env:
6363
ENABLE_GCC_CODEGEN: "1"
64+
DOWNLOAD_RUSTC: "1"
6465
os: ubuntu-20.04-16core-64gb
6566
- name: x86_64-gnu-tools
6667
os: ubuntu-20.04-16core-64gb
@@ -295,7 +296,8 @@ jobs:
295296
env: {}
296297
- name: x86_64-gnu
297298
os: ubuntu-20.04-4core-16gb
298-
env: {}
299+
env:
300+
DOWNLOAD_RUSTC: "1"
299301
- name: x86_64-gnu-stable
300302
env:
301303
IMAGE: x86_64-gnu

src/ci/github-actions/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,10 @@ jobs:
357357
- name: mingw-check-tidy
358358
<<: *job-linux-4c
359359

360-
- name: x86_64-gnu-llvm-16
360+
- name: x86_64-gnu
361361
env:
362362
ENABLE_GCC_CODEGEN: "1"
363+
DOWNLOAD_RUSTC: "1"
363364
<<: *job-linux-16c
364365

365366
- name: x86_64-gnu-tools
@@ -476,6 +477,8 @@ jobs:
476477
<<: *job-linux-8c
477478

478479
- name: x86_64-gnu
480+
env:
481+
DOWNLOAD_RUSTC: "1"
479482
<<: *job-linux-4c
480483

481484
# This job ensures commits landing on nightly still pass the full

0 commit comments

Comments
 (0)