CI: Stop excluding Rust 1.47.0 builds since they are never attempted.
This logic is a holdover from when Rust 1.47.0 was the MSRV.
This commit is contained in:
parent
5412ef9559
commit
3b8ae3ab12
25
.github/workflows/ci.yml
vendored
25
.github/workflows/ci.yml
vendored
@ -195,31 +195,6 @@ jobs:
|
||||
- 1.52.1 # MSRV
|
||||
- beta
|
||||
|
||||
exclude:
|
||||
# The MSRV channel doesn't have aarch64-apple-darwin support yet.
|
||||
- target: aarch64-apple-darwin
|
||||
rust_channel: 1.47.0
|
||||
|
||||
# Only do MSRV testing on release builds.
|
||||
- mode: # debug
|
||||
rust_channel: 1.47.0
|
||||
|
||||
# 1.47.0 doesn't support `-Clink-self-contained`.
|
||||
- target: aarch64-unknown-linux-musl
|
||||
rust_channel: 1.47.0
|
||||
|
||||
# 1.47.0 doesn't support `-Clink-self-contained`.
|
||||
- target: armv7-unknown-linux-musleabihf
|
||||
rust_channel: 1.47.0
|
||||
|
||||
# 1.47.0 doesn't support `-Clink-self-contained`.
|
||||
- target: i686-unknown-linux-musl
|
||||
rust_channel: 1.47.0
|
||||
|
||||
# 1.47.0 doesn't support `-Clink-self-contained`.
|
||||
- target: x86_64-unknown-linux-musl
|
||||
rust_channel: 1.47.0
|
||||
|
||||
include:
|
||||
- target: aarch64-apple-darwin
|
||||
host_os: macos-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user