File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ environment:
44 AWS_SECRET_ACCESS_KEY :
55 secure : 1UkmbiDd15tWtYbMm5O2Uqm0b0Ur8v1MoSlydxl4ojcroPeerRMlUges0l57py8c
66 SCCACHE_DIGEST : f808afabb4a4eb1d7112bcb3fa6be03b61e93412890c88e177c667eb37f46353d7ec294e559b16f9f4b5e894f2185fe7670a0df15fd064889ecbd80f0c34166c
7+
8+ # By default schannel checks revocation of certificates unlike some other SSL
9+ # backends, but we've historically had problems on CI where a revocation
10+ # server goes down presumably. See #43333 for more info
11+ CARGO_HTTP_CHECK_REVOKE : false
12+
713 matrix :
814 # 32/64 bit MSVC tests
915 - MSYS_BITS : 64
Original file line number Diff line number Diff line change 1212# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313# `0.x.0` for Cargo where they were released on `date`.
1414
15- date: 2017-07-18
15+ date: 2017-07-20
1616rustc: 1.19.0
1717cargo: 0.20.0
1818
@@ -34,4 +34,4 @@ cargo: 0.20.0
3434# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535# out.
3636
37- dev: 1
37+ # dev: 1
You can’t perform that action at this time.
0 commit comments