From 91abf7da6840e0ffc9fd2bdc73e2e7cf42a6967a Mon Sep 17 00:00:00 2001 From: rami3l Date: Wed, 18 Dec 2024 10:00:50 +0800 Subject: [PATCH] fixup! ci(linux): disable `reqwest-rustls-tls` for unsupported platforms --- ci/run.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/run.bash b/ci/run.bash index 978ab6af26..1349ce4be8 100644 --- a/ci/run.bash +++ b/ci/run.bash @@ -32,7 +32,6 @@ case "$TARGET" in mips* ) ;; loongarch* ) ;; *netbsd* ) ;; - *illumos* ) ;; # default case, build with rustls enabled * ) FEATURES+=('--features' 'reqwest-rustls-tls') ;; esac