Auto merge of #137945 - Kobzol:skip-rfl, r=marcoieni
Skip Rust for Linux in CI temporarily Temporary fix to unblock CI.
This commit is contained in:
commit
d491662340
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue