Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,16 @@ auto:
- name: test-various
<<: *job-linux-4c

- name: x86_64-fuchsia
# 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.
only_on_channel: nightly
doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
<<: *job-linux-8c
# FIXME: temporarily disabled due to fuchsia server rate limits. See
# <https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/fuchsia.20failure/with/506637259>.
#
#- name: x86_64-fuchsia
# # 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.
# only_on_channel: nightly
# doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
# <<: *job-linux-8c

# Tests integration with Rust for Linux.
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
Expand Down
Loading