File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
3131if [ " $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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments