From 530bedc1d087b0df94367db56904b3da1dac5a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 3 Mar 2025 16:09:57 +0100 Subject: [PATCH] Skip Rust for Linux in CI temporarily --- src/ci/github-actions/jobs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index bbcc01a0c2998..1504e5c60ce7e 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