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:
Brian Smith 2021-08-23 13:45:43 -07:00
parent 5412ef9559
commit 3b8ae3ab12

View File

@ -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