Skip to content

Commit

Permalink
Disable loongarch in CI until rust-lang/rust#133249 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Nov 26, 2024
1 parent 609906f commit d9be2f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ jobs:
os: ubuntu-latest
- tuple: thumbv7em-none-eabihf
os: ubuntu-latest
- tuple: loongarch64-unknown-linux-gnu
os: ubuntu-latest
# Temporarily disabled until rust-lang/rust#133249 is merged.
#- tuple: loongarch64-unknown-linux-gnu
# os: ubuntu-latest
- tuple: wasm32-wasip1
os: ubuntu-latest

Expand Down

0 comments on commit d9be2f1

Please sign in to comment.