File tree 2 files changed +3
-3
lines changed
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"
29
29
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
30
30
# either automatically or manually.
31
31
if [ " $DEPLOY " != " " ]; then
32
- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --release-channel=nightly "
32
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --release-channel=beta "
33
33
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
34
34
35
35
if [ " $NO_LLVM_ASSERTIONS " = " 1" ]; then
Original file line number Diff line number Diff line change 12
12
# tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
13
13
# released on `$date`
14
14
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