Skip to content

Commit e9cb202

Browse files
committed
ci(linux): disable reqwest-rustls-tls for unsupported platforms
1 parent d192121 commit e9cb202

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/run.bash

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ 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* ) ;;
24+
*netbsd* ) ;;
25+
*illumos* ) ;;
2326
# default case, build with rustls enabled
2427
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
2528
esac

0 commit comments

Comments
 (0)