diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-06-17 17:17:25 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-06-17 17:17:25 +0200 |
| commit | afde8601d6ba5a8dabe87ffe69e96060fb330007 (patch) | |
| tree | 7e5dbcf1cb32a0bf92f87fd0a5b409caf583c715 /src/ci/github-actions | |
| parent | 2935d294ff862fdf96578d0cbbdc289e8e7ba81c (diff) | |
| download | rust-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.
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
