We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d563dd commit 7bb6e19Copy full SHA for 7bb6e19
library/stdarch/.github/workflows/main.yml
@@ -113,10 +113,11 @@ jobs:
113
os: ubuntu-latest
114
- tuple: thumbv7em-none-eabihf
115
116
- - tuple: loongarch64-unknown-linux-gnu
117
- os: ubuntu-latest
118
- - tuple: wasm32-wasip1
119
+ # Temporarily disabled due to fallout from SIMD ABI checking.
+ #- tuple: loongarch64-unknown-linux-gnu
+ # os: ubuntu-latest
+ #- tuple: wasm32-wasip1
120
121
122
# macOS targets
123
- tuple: x86_64-apple-darwin
0 commit comments