File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -262,13 +262,16 @@ auto:
262
262
- name : test-various
263
263
<< : *job-linux-4c
264
264
265
- - name : x86_64-fuchsia
266
- # Only run this job on the nightly channel. Fuchsia requires
267
- # nightly features to compile, and this job would fail if
268
- # executed on beta and stable.
269
- only_on_channel : nightly
270
- doc_url : https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
271
- << : *job-linux-8c
265
+ # FIXME: temporarily disabled due to fuchsia server rate limits. See
266
+ # <https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/fuchsia.20failure/with/506637259>.
267
+ #
268
+ # - name: x86_64-fuchsia
269
+ # # Only run this job on the nightly channel. Fuchsia requires
270
+ # # nightly features to compile, and this job would fail if
271
+ # # executed on beta and stable.
272
+ # only_on_channel: nightly
273
+ # doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
274
+ # <<: *job-linux-8c
272
275
273
276
# Tests integration with Rust for Linux.
274
277
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
You can’t perform that action at this time.
0 commit comments