From f94b7ffab59e928422c0429ea93adfded0eacf0a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 19 Jul 2017 08:33:30 -0700 Subject: [PATCH] Switch to rustup hyper backend temporarily --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b6c666c8..b58168ce 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