We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3117e6 commit 4f4cbffCopy full SHA for 4f4cbff
src/ci/github-actions/jobs.yml
@@ -271,9 +271,8 @@ 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
- # FIXME: fix rustup 1.28 issue
275
- # - name: x86_64-rust-for-linux
276
- # <<: *job-linux-4c
+ - name: x86_64-rust-for-linux
+ <<: *job-linux-4c
277
278
- name: x86_64-gnu
279
<<: *job-linux-4c
0 commit comments