From 7bb6e1978a28a2780fe6603ee2c83a8e79d87b20 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 --- library/stdarch/.github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/library/stdarch/.github/workflows/main.yml b/library/stdarch/.github/workflows/main.yml index eb4a7b6dbf0f..6fa886f15c9e 100644 --- a/library/stdarch/.github/workflows/main.yml +++ b/library/stdarch/.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