about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2025-03-04 14:50:42 -0800
committerGitHub <noreply@github.com>2025-03-04 14:50:42 -0800
commit7ba7cc835ec18876b8133c4f051abfd5bfebb0aa (patch)
treebf500cc125b18d9f6f7657c2ae512a3edaa9118f /src/ci/github-actions
parentdcc85e3e1a47f2c92d5259ffd1ce4b4c2875fbb6 (diff)
parent4f4cbff170684515b47ce1d54ba36dd80ce9c511 (diff)
downloadrust-7ba7cc835ec18876b8133c4f051abfd5bfebb0aa.tar.gz
rust-7ba7cc835ec18876b8133c4f051abfd5bfebb0aa.zip
Rollup merge of #137947 - Kobzol:fix-rfl, r=marcoieni
Do not install rustup on Rust for Linux job

Trying to fix the RfL job after the recent rustup update.

r? ``@ghost``

try-job: x86_64-rust-for-linux
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 1504e5c60ce..bbcc01a0c29 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -271,9 +271,8 @@ auto:
 
   # Tests integration with Rust for Linux.
   # Builds stage 1 compiler and tries to compile a few RfL examples with it.
-  # FIXME: fix rustup 1.28 issue
-  #  - name: x86_64-rust-for-linux
-  #    <<: *job-linux-4c
+  - name: x86_64-rust-for-linux
+    <<: *job-linux-4c
 
   - name: x86_64-gnu
     <<: *job-linux-4c