summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-07-21 08:16:46 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-07-21 08:16:46 -0700
commitb36211b3a5207dcd22d54de1a5d0d4c1bd28c70c (patch)
treee265786f2940bb5ded634fc1b231836f66548f58
parent516df7f77331a253b41cf743178392aa9ad66f50 (diff)
downloadrust-libc-b36211b3a5207dcd22d54de1a5d0d4c1bd28c70c.tar.gz
Disable revocation checking temporarily
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b58168ced5..22ef8a5601 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,7 @@ environment:
# switch to turn this off. Switch to Hyper which looks to not check for
# revocation by default like libcurl does.
RUSTUP_USE_HYPER: 1
+ CARGO_HTTP_CHECK_REVOKE: false
matrix:
- TARGET: x86_64-pc-windows-gnu
MSYS2_BITS: 64