diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-19 06:57:56 -0600 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-07-19 07:01:23 -0700 |
| commit | 3fe57217640483b4f4d8b5b697e41fe088faec64 (patch) | |
| tree | ab15ad71fa5e0278bf06b3964d4ceda707029214 | |
| parent | 4e56bbeb19c48edf6a211448a6fb5b67b29eceec (diff) | |
| download | rust-3fe57217640483b4f4d8b5b697e41fe088faec64.tar.gz rust-3fe57217640483b4f4d8b5b697e41fe088faec64.zip | |
Attempt to fix appveyor
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 582ca5d0f9d..aaede7236a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,12 @@ environment: AWS_SECRET_ACCESS_KEY: secure: 1UkmbiDd15tWtYbMm5O2Uqm0b0Ur8v1MoSlydxl4ojcroPeerRMlUges0l57py8c SCCACHE_DIGEST: f808afabb4a4eb1d7112bcb3fa6be03b61e93412890c88e177c667eb37f46353d7ec294e559b16f9f4b5e894f2185fe7670a0df15fd064889ecbd80f0c34166c + + # By default schannel checks revocation of certificates unlike some other SSL + # backends, but we've historically had problems on CI where a revocation + # server goes down presumably. See #43333 for more info + CARGO_HTTP_CHECK_REVOKE: false + matrix: # 32/64 bit MSVC tests - MSYS_BITS: 64 |
