Skip to content

Commit

Permalink
Ring 0.17.x support Windows on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
Alovchin91 authored and rami3l committed May 28, 2024
1 parent 1cf1b5a commit 454e8dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ case "$TARGET" in
mips* ) ;;
riscv* ) ;;
s390x* ) ;;
aarch64-pc-windows-msvc ) ;;
# default case, build with rustls enabled
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
esac
Expand All @@ -46,7 +45,6 @@ download_pkg_test() {
mips* ) ;;
riscv* ) ;;
s390x* ) ;;
aarch64-pc-windows-msvc ) ;;
# default case, build with rustls enabled
* ) features+=('--features' 'reqwest-rustls-tls') ;;
esac
Expand Down

0 comments on commit 454e8dc

Please sign in to comment.