ci: remove unusable targets
This commit is contained in:
parent
e0e7876af1
commit
504b77c5c3
|
@ -26,12 +26,8 @@ jobs:
|
|||
job:
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-gnu
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-unknown-linux-gnu
|
||||
- os: macos-latest
|
||||
target: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
toolchain: ["stable", "nightly"]
|
||||
|
@ -72,21 +68,10 @@ jobs:
|
|||
job:
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-gnu
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-unknown-linux-gnu
|
||||
- os: macos-latest
|
||||
target: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
# Note: we cannot compile --all-features on windows due to sha2-asm
|
||||
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:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
|
|
Loading…
Reference in New Issue