We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec1e5ab + f94b7ff commit 1049cf0Copy full SHA for 1049cf0
appveyor.yml
@@ -1,4 +1,9 @@
1
environment:
2
+ # When this was added there were revocation check failures when using the
3
+ # libcurl backend as libcurl checks by default, but rustup doesn't provide the
4
+ # switch to turn this off. Switch to Hyper which looks to not check for
5
+ # revocation by default like libcurl does.
6
+ RUSTUP_USE_HYPER: 1
7
matrix:
8
- TARGET: x86_64-pc-windows-gnu
9
MSYS2_BITS: 64
0 commit comments