We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d8edc commit 530bedcCopy full SHA for 530bedc
src/ci/github-actions/jobs.yml
@@ -271,8 +271,9 @@ auto:
271
272
# Tests integration with Rust for Linux.
273
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
274
- - name: x86_64-rust-for-linux
275
- <<: *job-linux-4c
+ # FIXME: fix rustup 1.28 issue
+ # - name: x86_64-rust-for-linux
276
+ # <<: *job-linux-4c
277
278
- name: x86_64-gnu
279
<<: *job-linux-4c
0 commit comments