Skip to content

Commit d491662

Browse files
committed
Auto merge of #137945 - Kobzol:skip-rfl, r=marcoieni
Skip Rust for Linux in CI temporarily Temporary fix to unblock CI.
2 parents 81d8edc + 530bedc commit d491662

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ci/github-actions/jobs.yml

+3-2
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)