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:
4
4
AWS_SECRET_ACCESS_KEY :
5
5
secure : 1UkmbiDd15tWtYbMm5O2Uqm0b0Ur8v1MoSlydxl4ojcroPeerRMlUges0l57py8c
6
6
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
+
7
13
matrix :
8
14
# 32/64 bit MSVC tests
9
15
- MSYS_BITS : 64
Original file line number Diff line number Diff line change 12
12
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
13
13
# `0.x.0` for Cargo where they were released on `date`.
14
14
15
- date: 2017-07-18
15
+ date: 2017-07-20
16
16
rustc: 1.19.0
17
17
cargo: 0.20.0
18
18
@@ -34,4 +34,4 @@ cargo: 0.20.0
34
34
# looking at a beta source tarball and it's uncommented we'll shortly comment it
35
35
# out.
36
36
37
- dev: 1
37
+ # dev: 1
You can’t perform that action at this time.
0 commit comments