From c2ed23da5e1ba58e56739053bcc8f6a81b448d0d Mon Sep 17 00:00:00 2001 From: WANG Rui Date: Fri, 13 Dec 2024 14:55:44 +0800 Subject: [PATCH] Enable LoongArch CI --- library/stdarch/.github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/stdarch/.github/workflows/main.yml b/library/stdarch/.github/workflows/main.yml index db582b175447..5e5e2e6c054c 100644 --- a/library/stdarch/.github/workflows/main.yml +++ b/library/stdarch/.github/workflows/main.yml @@ -100,9 +100,8 @@ jobs: os: ubuntu-latest - tuple: thumbv7em-none-eabihf os: ubuntu-latest - # Temporarily disabled due to fallout from SIMD ABI checking. - #- tuple: loongarch64-unknown-linux-gnu - # os: ubuntu-latest + - tuple: loongarch64-unknown-linux-gnu + os: ubuntu-latest - tuple: wasm32-wasip1 os: ubuntu-latest