Skip to content

Commit da1f1b5

Browse files
committed
Auto merge of #48183 - Mark-Simulacrum:beta-next, r=kennytm
Beta: bootstrap from 1.24.0 stable. r? @alexcrichton I think this is all correct... not sure about Cargo, but seems fine for now, we can always change later.
2 parents c83fa5d + 666d385 commit da1f1b5

File tree

5 files changed

+41
-30
lines changed

5 files changed

+41
-30
lines changed

src/Cargo.lock

+36-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ci/docker/x86_64-gnu-tools/checktools.sh

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ set +e
2424
python2.7 "$X_PY" test --no-fail-fast \
2525
src/tools/rls \
2626
src/tools/rustfmt \
27-
src/tools/miri \
2827
src/tools/clippy
2928
set -e
3029

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242
#
4343
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4444
# either automatically or manually.
45-
export RUST_RELEASE_CHANNEL=nightly
45+
export RUST_RELEASE_CHANNEL=beta
4646
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
4747
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
4848
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

src/stage0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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: 2018-01-02
16-
rustc: beta
17-
cargo: beta
15+
date: 2018-02-15
16+
rustc: 1.24.0
17+
cargo: 0.25.0
1818

1919
# When making a stable release the process currently looks like:
2020
#

0 commit comments

Comments
 (0)