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