Remove musl test; there's no standard musl C++ setup for us to use
This commit is contained in:
parent
08c417a97e
commit
1028909b40
|
|
@ -76,7 +76,6 @@ jobs:
|
|||
- i686-linux
|
||||
- arm-linux
|
||||
- aarch64-linux
|
||||
- x86_64-musl
|
||||
- x86_64-mingw
|
||||
- i686-msvc
|
||||
- x86_64-msvc
|
||||
|
|
@ -143,10 +142,6 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
apt_packages: crossbuild-essential-arm64
|
||||
check_only: true
|
||||
- thing: x86_64-musl
|
||||
target: x86_64-unknown-linux-musl
|
||||
rust: stable
|
||||
os: ubuntu-latest
|
||||
- thing: x86_64-mingw
|
||||
target: x86_64-pc-windows-gnu
|
||||
rust: stable
|
||||
|
|
|
|||
Loading…
Reference in New Issue