Skip to content

Commit

Permalink
fixup! ci(linux): disable reqwest-rustls-tls for unsupported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 18, 2024
1 parent 726fa1d commit 91abf7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ case "$TARGET" in
mips* ) ;;
loongarch* ) ;;
*netbsd* ) ;;
*illumos* ) ;;
# default case, build with rustls enabled
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
esac
Expand Down

0 comments on commit 91abf7d

Please sign in to comment.