summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-07-19 08:33:30 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-07-19 08:37:07 -0700
commitf94b7ffab59e928422c0429ea93adfded0eacf0a (patch)
tree8bd60bbaa00e3cd4a708ab79b2aa42d307e11b27
parentf68d9a53b5cfdc6f12635b13f249cb347858e9c3 (diff)
downloadrust-libc-f94b7ffab59e928422c0429ea93adfded0eacf0a.tar.gz
Switch to rustup hyper backend temporarily
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b6c666c8b5..b58168ced5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,9 @@
environment:
+ # When this was added there were revocation check failures when using the
+ # libcurl backend as libcurl checks by default, but rustup doesn't provide the
+ # switch to turn this off. Switch to Hyper which looks to not check for
+ # revocation by default like libcurl does.
+ RUSTUP_USE_HYPER: 1
matrix:
- TARGET: x86_64-pc-windows-gnu
MSYS2_BITS: 64