about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2020-06-17 17:17:25 +0200
committerPietro Albini <pietro@pietroalbini.org>2020-06-17 17:17:25 +0200
commitafde8601d6ba5a8dabe87ffe69e96060fb330007 (patch)
tree7e5dbcf1cb32a0bf92f87fd0a5b409caf583c715
parent2935d294ff862fdf96578d0cbbdc289e8e7ba81c (diff)
downloadrust-afde8601d6ba5a8dabe87ffe69e96060fb330007.tar.gz
rust-afde8601d6ba5a8dabe87ffe69e96060fb330007.zip
ci: disable alt build during try builds
The build is not actually needed often, and it can be added back on a
case-by-case basis if a specific PR needs access to it.
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--src/ci/azure-pipelines/try.yml2
-rw-r--r--src/ci/github-actions/ci.yml5
3 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bf3c22744f1..5f9311635f6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -152,10 +152,6 @@ jobs:
           - name: dist-x86_64-linux
             os: ubuntu-latest-xl
             env: {}
-          - name: dist-x86_64-linux-alt
-            env:
-              IMAGE: dist-x86_64-linux
-            os: ubuntu-latest-xl
     timeout-minutes: 600
     runs-on: "${{ matrix.os }}"
     steps:
diff --git a/src/ci/azure-pipelines/try.yml b/src/ci/azure-pipelines/try.yml
index 38a0685e0f7..818306a0092 100644
--- a/src/ci/azure-pipelines/try.yml
+++ b/src/ci/azure-pipelines/try.yml
@@ -26,8 +26,6 @@ jobs:
   strategy:
     matrix:
       dist-x86_64-linux: {}
-      dist-x86_64-linux-alt:
-        IMAGE: dist-x86_64-linux
 
 # The macOS and Windows builds here are currently disabled due to them not being
 # overly necessary on `try` builds. We also don't actually have anything that
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index a052d0879a3..daa2d55c043 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -281,11 +281,6 @@ jobs:
           - name: dist-x86_64-linux
             <<: *job-linux-xl
 
-          - name: dist-x86_64-linux-alt
-            env:
-              IMAGE: dist-x86_64-linux
-            <<: *job-linux-xl
-
   auto:
     <<: *base-ci-job
     name: auto