Skip to content

Commit 7fffe8c

Browse files
committed
Auto merge of #43362 - alexcrichton:beta-next, r=alexcrichton
[beta] Bootstrap from released compiler No need to bootstrap from dev any more!
2 parents e93aa3a + ed9e3c6 commit 7fffe8c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/stage0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
1616
rustc: 1.19.0
1717
cargo: 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

0 commit comments

Comments
 (0)