Skip to content

Commit

Permalink
prefer precompiled rustc for x86_64-gnu
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Mar 18, 2024
1 parent a42873e commit 7a798d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
- name: mingw-check-tidy
os: ubuntu-20.04-4core-16gb
env: {}
- name: x86_64-gnu-llvm-16
- name: x86_64-gnu
env:
ENABLE_GCC_CODEGEN: "1"
DOWNLOAD_RUSTC: "1"
os: ubuntu-20.04-16core-64gb
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
Expand Down Expand Up @@ -294,8 +295,9 @@ jobs:
os: ubuntu-20.04-8core-32gb
env: {}
- name: x86_64-gnu
env:
DOWNLOAD_RUSTC: "1"
os: ubuntu-20.04-4core-16gb
env: {}
- name: x86_64-gnu-stable
env:
IMAGE: x86_64-gnu
Expand Down
5 changes: 4 additions & 1 deletion src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,10 @@ jobs:
- name: mingw-check-tidy
<<: *job-linux-4c

- name: x86_64-gnu-llvm-16
- name: x86_64-gnu
env:
ENABLE_GCC_CODEGEN: "1"
DOWNLOAD_RUSTC: "1"
<<: *job-linux-16c

- name: x86_64-gnu-tools
Expand Down Expand Up @@ -476,6 +477,8 @@ jobs:
<<: *job-linux-8c

- name: x86_64-gnu
env:
DOWNLOAD_RUSTC: "1"
<<: *job-linux-4c

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

0 comments on commit 7a798d5

Please sign in to comment.