mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 11:53:40 +00:00
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.
This commit is contained in:
parent
2935d294ff
commit
afde8601d6
3 changed files with 0 additions and 11 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -152,10 +152,6 @@ jobs:
|
||||||
- name: dist-x86_64-linux
|
- name: dist-x86_64-linux
|
||||||
os: ubuntu-latest-xl
|
os: ubuntu-latest-xl
|
||||||
env: {}
|
env: {}
|
||||||
- name: dist-x86_64-linux-alt
|
|
||||||
env:
|
|
||||||
IMAGE: dist-x86_64-linux
|
|
||||||
os: ubuntu-latest-xl
|
|
||||||
timeout-minutes: 600
|
timeout-minutes: 600
|
||||||
runs-on: "${{ matrix.os }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -26,8 +26,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dist-x86_64-linux: {}
|
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
|
# 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
|
# overly necessary on `try` builds. We also don't actually have anything that
|
||||||
|
|
|
@ -281,11 +281,6 @@ jobs:
|
||||||
- name: dist-x86_64-linux
|
- name: dist-x86_64-linux
|
||||||
<<: *job-linux-xl
|
<<: *job-linux-xl
|
||||||
|
|
||||||
- name: dist-x86_64-linux-alt
|
|
||||||
env:
|
|
||||||
IMAGE: dist-x86_64-linux
|
|
||||||
<<: *job-linux-xl
|
|
||||||
|
|
||||||
auto:
|
auto:
|
||||||
<<: *base-ci-job
|
<<: *base-ci-job
|
||||||
name: auto
|
name: auto
|
||||||
|
|
Loading…
Reference in a new issue