From 841fb0b7afc2df8079986eb3442f278188e033b2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 24 Oct 2023 10:18:37 +0200 Subject: [PATCH] Disable aarch64-unknown-linux-musl --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10c6b37dc..a7b03f1a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,8 +121,9 @@ jobs: binary: sccache-dist extra_args: --no-default-features --features="dist-server" target: x86_64-unknown-linux-musl - - os: ubuntu-20.04 - target: aarch64-unknown-linux-musl +# Disable because E: Unable to locate package musl-dev:arm64 +# - os: ubuntu-20.04 +# target: aarch64-unknown-linux-musl - os: macOS-11 target: x86_64-apple-darwin macosx_deployment_target: 10.13