Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f4cbff

Browse files
committedMar 3, 2025
Re-enable Rust for Linux CI job
1 parent e3117e6 commit 4f4cbff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎src/ci/github-actions/jobs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,8 @@ auto:
271271

272272
# Tests integration with Rust for Linux.
273273
# 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
274+
- name: x86_64-rust-for-linux
275+
<<: *job-linux-4c
277276

278277
- name: x86_64-gnu
279278
<<: *job-linux-4c

0 commit comments

Comments
 (0)
Failed to load comments.