From 504b77c5c3883e75274c9f94426c26b00866d55e Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:44:45 +0100 Subject: [PATCH] ci: remove unusable targets --- .github/workflows/ci.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36e038da..76208de9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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