From 9fd2a09b72234d420001af54a4a6b4a4010a008f Mon Sep 17 00:00:00 2001 From: Alovchin91 <8490695+Alovchin91@users.noreply.github.com> Date: Wed, 29 May 2024 00:38:33 +0200 Subject: [PATCH] Ring 0.17.x support Windows on ARM --- ci/run.bash | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/run.bash b/ci/run.bash index 4e4dd0cef3..8e2a757bfd 100644 --- a/ci/run.bash +++ b/ci/run.bash @@ -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 @@ -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