Skip to content

Commit cfd48f9

Browse files
committed
Disable loongarch and wasm in CI due to fallout from SIMD ABI checking
1 parent bff886b commit cfd48f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ jobs:
113113
os: ubuntu-latest
114114
- tuple: thumbv7em-none-eabihf
115115
os: ubuntu-latest
116-
- tuple: loongarch64-unknown-linux-gnu
117-
os: ubuntu-latest
118-
- tuple: wasm32-wasip1
119-
os: ubuntu-latest
116+
# Temporarily disabled due to fallout from SIMD ABI checking.
117+
#- tuple: loongarch64-unknown-linux-gnu
118+
# os: ubuntu-latest
119+
#- tuple: wasm32-wasip1
120+
# os: ubuntu-latest
120121

121122
# macOS targets
122123
- tuple: x86_64-apple-darwin

0 commit comments

Comments
 (0)