From 5d62f7f61511c16186a70d88d8dab4ea0521fcd9 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 31 May 2022 20:40:39 +1000 Subject: [PATCH] Rm target aarch64-unknown-linux-gnu & armv7-unknown-linux-gnueabihf Since they are the only two targets that crate `zstd-sys` failed to build. Signed-off-by: Jiahao XU --- .github/workflows/rust.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9ff74d56..3b26bb66 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,11 +34,6 @@ jobs: output: cargo-binstall archive: zip use-cross: false - - target: armv7-unknown-linux-gnueabihf - os: ubuntu-20.04 - output: cargo-binstall - archive: tgz - use-cross: true - target: x86_64-pc-windows-msvc os: windows-latest output: cargo-binstall.exe @@ -54,11 +49,6 @@ jobs: output: cargo-binstall archive: tgz use-cross: true - - target: aarch64-unknown-linux-gnu - os: ubuntu-latest - output: cargo-binstall - archive: tgz - use-cross: true - target: aarch64-unknown-linux-musl os: ubuntu-latest output: cargo-binstall