From a080419720c38426197024f25053f94131cb6b21 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Mon, 18 Mar 2024 22:03:38 +0300 Subject: [PATCH] prefer precompiled rustc for x86_64-gnu Signed-off-by: onur-ozkan --- .github/workflows/ci.yml | 6 ++++-- src/ci/github-actions/ci.yml | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f436c236dc958..d0f1993c568d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -295,7 +296,8 @@ jobs: env: {} - name: x86_64-gnu os: ubuntu-20.04-4core-16gb - env: {} + env: + DOWNLOAD_RUSTC: "1" - name: x86_64-gnu-stable env: IMAGE: x86_64-gnu diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index bc81b1e04a764..3a06312cf3be0 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -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 @@ -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