Skip to content

Commit

Permalink
Disable loongarch and wasm in CI due to fallout from SIMD ABI checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Nov 26, 2024
1 parent bff886b commit cfd48f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfd48f9

Please sign in to comment.