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 530bedc

Browse files
committedMar 3, 2025·
Skip Rust for Linux in CI temporarily
1 parent 81d8edc commit 530bedc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,9 @@ 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-
- name: x86_64-rust-for-linux
275-
<<: *job-linux-4c
274+
# FIXME: fix rustup 1.28 issue
275+
# - name: x86_64-rust-for-linux
276+
# <<: *job-linux-4c
276277

277278
- name: x86_64-gnu
278279
<<: *job-linux-4c

0 commit comments

Comments
 (0)
Please sign in to comment.