mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Remove some targets
This commit is contained in:
parent
81989b5aa4
commit
bcb4e8a724
1 changed files with 4 additions and 16 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue