We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd3f3f commit c91e360Copy full SHA for c91e360
src/ci/run.sh
@@ -46,7 +46,7 @@ fi
46
#
47
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
48
# either automatically or manually.
49
-export RUST_RELEASE_CHANNEL=beta
+export RUST_RELEASE_CHANNEL=stable
50
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
51
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
52
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
0 commit comments