@@ -260,13 +260,16 @@ auto: |
|
|
260 |
260 |
- name: test-various |
261 |
261 |
<<: *job-linux-4c |
262 |
262 |
|
263 |
|
- - name: x86_64-fuchsia |
264 |
|
-# Only run this job on the nightly channel. Fuchsia requires |
265 |
|
-# nightly features to compile, and this job would fail if |
266 |
|
-# executed on beta and stable. |
267 |
|
-only_on_channel: nightly |
268 |
|
-doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html |
269 |
|
-<<: *job-linux-8c |
|
263 |
+# FIXME: temporarily disabled due to fuchsia server rate limits. See |
|
264 |
+# https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/fuchsia.20failure/with/506637259. |
|
265 |
+# |
|
266 |
+#- name: x86_64-fuchsia |
|
267 |
+# # Only run this job on the nightly channel. Fuchsia requires |
|
268 |
+# # nightly features to compile, and this job would fail if |
|
269 |
+# # executed on beta and stable. |
|
270 |
+# only_on_channel: nightly |
|
271 |
+# doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html |
|
272 |
+# <<: *job-linux-8c |
270 |
273 |
|
271 |
274 |
# Tests integration with Rust for Linux. |
272 |
275 |
# Builds stage 1 compiler and tries to compile a few RfL examples with it. |