File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change
1
+ nightly
Original file line number Diff line number Diff line change @@ -62,17 +62,10 @@ if [ "$DIST_SRC" = "" ]; then
62
62
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --disable-dist-src"
63
63
fi
64
64
65
- # If we're deploying artifacts then we set the release channel, otherwise if
66
- # we're not deploying then we want to be sure to enable all assertions because
67
- # we'll be running tests
68
- #
69
- # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
70
- # either automatically or manually.
71
- export RUST_RELEASE_CHANNEL=nightly
72
-
73
65
# Always set the release channel for bootstrap; this is normally not important (i.e., only dist
74
66
# builds would seem to matter) but in practice bootstrap wants to know whether we're targeting
75
67
# master, beta, or stable with a build to determine whether to run some checks (notably toolstate).
68
+ export RUST_RELEASE_CHANNEL=" $( cat " ${ci_dir} /channel" ) "
76
69
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL "
77
70
78
71
if [ " $DEPLOY$DEPLOY_ALT " = " 1" ]; then
You can’t perform that action at this time.
0 commit comments