We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b6623 commit 84f1edaCopy full SHA for 84f1eda
src/ci/github-actions/jobs.yml
@@ -338,9 +338,9 @@ auto:
338
339
# Tests integration with Rust for Linux.
340
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
341
- - name: x86_64-rust-for-linux
342
- doc_url: https://rustc-dev-guide.rust-lang.org/tests/rust-for-linux.html
343
- <<: *job-linux-4c
+ # - name: x86_64-rust-for-linux
+ # doc_url: https://rustc-dev-guide.rust-lang.org/tests/rust-for-linux.html
+ # <<: *job-linux-4c
344
345
- name: x86_64-gnu
346
<<: *job-linux-4c
0 commit comments