ci: remove unusable targets

This commit is contained in:
DaniPopes 2023-02-24 23:44:45 +01:00
parent e0e7876af1
commit 504b77c5c3
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 1 additions and 16 deletions

View File

@ -26,12 +26,8 @@ jobs:
job: job:
- os: ubuntu-latest - os: ubuntu-latest
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest - os: macos-latest
target: x86_64-apple-darwin target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest - os: windows-latest
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
toolchain: ["stable", "nightly"] toolchain: ["stable", "nightly"]
@ -72,21 +68,10 @@ jobs:
job: job:
- os: ubuntu-latest - os: ubuntu-latest
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest - os: macos-latest
target: x86_64-apple-darwin target: x86_64-apple-darwin
- os: macos-latest # Note: we cannot compile --all-features on windows due to sha2-asm
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
toolchain: ["stable", "nightly"] toolchain: ["stable", "nightly"]
exclude:
# ntapi crate does not compile on nightly due to E0793:
# https://github.com/gakonst/ethers-rs/actions/runs/4266119447/jobs/7426254381
- job:
os: windows-latest
toolchain: nightly
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master - uses: dtolnay/rust-toolchain@master