diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2024-11-26 22:39:04 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2024-11-27 07:06:17 +0800 |
| commit | 7bb6e1978a28a2780fe6603ee2c83a8e79d87b20 (patch) | |
| tree | b70850e2d693af4b1f4ab59486e5bf22cdd00fbf /library | |
| parent | 8d563dd6f944bb48d620b333f351233c6ea9ca89 (diff) | |
| download | rust-7bb6e1978a28a2780fe6603ee2c83a8e79d87b20.tar.gz rust-7bb6e1978a28a2780fe6603ee2c83a8e79d87b20.zip | |
Disable loongarch and wasm in CI due to fallout from SIMD ABI checking
Diffstat (limited to 'library')
| -rw-r--r-- | library/stdarch/.github/workflows/main.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/library/stdarch/.github/workflows/main.yml b/library/stdarch/.github/workflows/main.yml index eb4a7b6dbf0..6fa886f15c9 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 |
