From cfd48f9b997d1398516cfd05305b66f91fd3fa07 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Tue, 26 Nov 2024 22:39:04 +0000 Subject: [PATCH] Disable loongarch and wasm in CI due to fallout from SIMD ABI checking --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb4a7b6dbf..6fa886f15c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,10 +113,11 @@ jobs: os: ubuntu-latest - tuple: thumbv7em-none-eabihf os: ubuntu-latest - - tuple: loongarch64-unknown-linux-gnu - os: ubuntu-latest - - tuple: wasm32-wasip1 - os: ubuntu-latest + # Temporarily disabled due to fallout from SIMD ABI checking. + #- tuple: loongarch64-unknown-linux-gnu + # os: ubuntu-latest + #- tuple: wasm32-wasip1 + # os: ubuntu-latest # macOS targets - tuple: x86_64-apple-darwin