Skip to content

Commit 92ab849

Browse files
committed
ci(linux): disable reqwest-rustls-tls for unsupported platforms
1 parent 67c47bd commit 92ab849

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ci/run.bash

Lines changed: 5 additions & 4 deletions
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:
19-
powerpc* ) ;;
18+
# these platforms aren't supported by aws-lc-rs:
19+
powerpc64* ) ;;
2020
mips* ) ;;
21-
riscv* ) ;;
22-
s390x* ) ;;
21+
loongarch* ) ;;
22+
*netbsd* ) ;;
23+
*illumos* ) ;;
2324
# default case, build with rustls enabled
2425
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
2526
esac

0 commit comments

Comments
 (0)