mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
run fuchsia tests only on nightly
This commit is contained in:
parent
767453eb7c
commit
12b06ad51b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -289,8 +289,9 @@ jobs:
|
||||
os: ubuntu-20.04-4core-16gb
|
||||
env: {}
|
||||
- name: x86_64-gnu-integration
|
||||
env:
|
||||
CI_ONLY_WHEN_CHANNEL: nightly
|
||||
os: ubuntu-20.04-16core-64gb
|
||||
env: {}
|
||||
- name: x86_64-gnu-debug
|
||||
os: ubuntu-20.04-8core-32gb
|
||||
env: {}
|
||||
|
@ -471,6 +471,11 @@ jobs:
|
||||
<<: *job-linux-4c
|
||||
|
||||
- name: x86_64-gnu-integration
|
||||
env:
|
||||
# Only run this job on the nightly channel. Fuchsia requires
|
||||
# nightly features to compile, and this job would fail if
|
||||
# executed on beta and stable.
|
||||
CI_ONLY_WHEN_CHANNEL: nightly
|
||||
<<: *job-linux-16c
|
||||
|
||||
- name: x86_64-gnu-debug
|
||||
|
Loading…
Reference in New Issue
Block a user