about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-03-03 16:05:40 +0000
committerbors <bors@rust-lang.org>2025-03-03 16:05:40 +0000
commitd4916623403bc29927f467ccb1a80ba836a04139 (patch)
treed7918ada6acae6619b6cef15210e36c9c265e6f7
parent81d8edc2000aa38b08ad09fce22d90f1990b6459 (diff)
parent530bedc1d087b0df94367db56904b3da1dac5a63 (diff)
downloadrust-d4916623403bc29927f467ccb1a80ba836a04139.tar.gz
rust-d4916623403bc29927f467ccb1a80ba836a04139.zip
Auto merge of #137945 - Kobzol:skip-rfl, r=marcoieni
Skip Rust for Linux in CI temporarily

Temporary fix to unblock CI.
-rw-r--r--src/ci/github-actions/jobs.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index bbcc01a0c29..1504e5c60ce 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -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