Skip to content

Commit d9be2f1

Browse files
committed
Disable loongarch in CI until rust-lang/rust#133249 is merged
1 parent 609906f commit d9be2f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ jobs:
113113
os: ubuntu-latest
114114
- tuple: thumbv7em-none-eabihf
115115
os: ubuntu-latest
116-
- tuple: loongarch64-unknown-linux-gnu
117-
os: ubuntu-latest
116+
# Temporarily disabled until rust-lang/rust#133249 is merged.
117+
#- tuple: loongarch64-unknown-linux-gnu
118+
# os: ubuntu-latest
118119
- tuple: wasm32-wasip1
119120
os: ubuntu-latest
120121

0 commit comments

Comments
 (0)