Skip to content

Commit 26665f3

Browse files
committed
Update beta configs
* Bootstrap beta from the newly minted stable release * Update the Cargo to match the 1.16.0 release
1 parent 89691f5 commit 26665f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
2929
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
3030
# either automatically or manually.
3131
if [ "$DEPLOY" != "" ]; then
32-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=nightly"
32+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
3333
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
3434

3535
if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then

src/stage0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
1313
# released on `$date`
1414

15-
rustc: beta-2016-12-20
16-
cargo: bfee18f73287687c543bda8c35e4e33808792715
15+
rustc: 1.15.0-2017-01-31
16+
cargo: 6e0c18cccc8b0c06fba8a8d76486f81a792fb420

0 commit comments

Comments
 (0)