Remove some targets

This commit is contained in:
Dheepak Krishnamurthy 2020-07-27 03:47:30 -06:00
parent 81989b5aa4
commit bcb4e8a724

View file

@ -19,26 +19,10 @@ jobs:
target: x86_64-unknown-linux-musl
rust_flags: ''
features: ''
- os: ubuntu-latest
target: i686-unknown-linux-gnu
rust_flags: ''
features: ''
- os: ubuntu-latest
target: i686-unknown-linux-musl
rust_flags: ''
features: ''
- os: ubuntu-latest
target: arm-unknown-linux-gnueabihf
rust_flags: ''
features: ''
- os: windows-latest
target: i686-pc-windows-gnu
rust_flags: -C target-feature=+crt-static
features: '--no-default-features --features=crossterm-backend'
- os: windows-latest
target: i686-pc-windows-msvc
rust_flags: -C target-feature=+crt-static
features: '--no-default-features --features=crossterm-backend'
- os: windows-latest
target: x86_64-pc-windows-gnu
rust_flags: -C target-feature=+crt-static
@ -47,6 +31,10 @@ jobs:
target: x86_64-pc-windows-msvc
rust_flags: -C target-feature=+crt-static
features: '--no-default-features --features=crossterm-backend'
- os: windows-latest
target: i686-pc-windows-msvc
rust_flags: -C target-feature=+crt-static
features: '--no-default-features --features=crossterm-backend'
env:
RUSTFLAGS: ${{ matrix.rust_flags }}
MACOSX_DEPLOYMENT_TARGET: 10.7