Skip to content

Commit 6d24cb1

Browse files
authored
Merge branch 'rust-lang:master' into alovchin91/win-arm64-fixes
2 parents 0ef9b9f + 454e8dc commit 6d24cb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/run.bash

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ case "$TARGET" in
2020
mips* ) ;;
2121
riscv* ) ;;
2222
s390x* ) ;;
23-
aarch64-pc-windows-msvc ) ;;
2423
# default case, build with rustls enabled
2524
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
2625
esac
@@ -46,7 +45,6 @@ download_pkg_test() {
4645
mips* ) ;;
4746
riscv* ) ;;
4847
s390x* ) ;;
49-
aarch64-pc-windows-msvc ) ;;
5048
# default case, build with rustls enabled
5149
* ) features+=('--features' 'reqwest-rustls-tls') ;;
5250
esac

0 commit comments

Comments
 (0)