Skip to content

Commit

Permalink
Auto merge of rust-lang#137945 - Kobzol:skip-rfl, r=marcoieni
Browse files Browse the repository at this point in the history
Skip Rust for Linux in CI temporarily

Temporary fix to unblock CI.
  • Loading branch information
bors committed Mar 3, 2025
2 parents 81d8edc + 530bedc commit d491662
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,9 @@ auto:

# Tests integration with Rust for Linux.
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
- name: x86_64-rust-for-linux
<<: *job-linux-4c
# FIXME: fix rustup 1.28 issue
# - name: x86_64-rust-for-linux
# <<: *job-linux-4c

- name: x86_64-gnu
<<: *job-linux-4c
Expand Down

0 comments on commit d491662

Please sign in to comment.