File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
# #####################################################################
14
14
15
15
# The version number
16
- CFG_RELEASE_NUM =1.17 .0
16
+ CFG_RELEASE_NUM =1.16 .0
17
17
18
18
# An optional number to put after the label, e.g. '.2' -> '-beta.2'
19
19
# NB Make sure it starts with a dot to conform to semver pre-release
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=beta "
32
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --release-channel=nightly "
33
33
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
34
34
35
35
if [ " $NO_LLVM_ASSERTIONS " = " 1" ]; then
You can’t perform that action at this time.
0 commit comments