From 363ca5447ccf14253a7b07dbb5a802fb9c230599 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 24 Nov 2023 01:40:43 +0000 Subject: [PATCH] Disable misleading test jobs --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c51f30f14..d33d0f5d2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,9 @@ jobs: - { target: x86_64-apple-darwin, os: macos-latest } - { target: x86_64-pc-windows-gnu, os: windows-latest } - { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true } - - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true } - - { target: aarch64-apple-darwin, os: macos-latest, use-cross: true } + # FIXME: these jobs are falling back to x86-64, so they're not testing anything. + # - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true } + # - { target: aarch64-apple-darwin, os: macos-latest, use-cross: true } env: BUILD_CMD: cargo