mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 17:05:53 +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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user