Skip to content

Commit aec9f17

Browse files
committed
ci(linux): disable reqwest-rustls-tls for loongarch*
1 parent 8da5c5d commit aec9f17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ case "$(uname -s)" in
1515
esac
1616

1717
case "$TARGET" in
18-
# these platforms aren't supported by ring:
18+
# these platforms aren't supported by aws-lc-rs:
1919
powerpc* ) ;;
2020
mips* ) ;;
2121
riscv* ) ;;
2222
s390x* ) ;;
23+
loongarch* ) ;;
2324
# default case, build with rustls enabled
2425
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
2526
esac

0 commit comments

Comments
 (0)