We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fdf1db + 0cbaa49 commit aa3ca19Copy full SHA for aa3ca19
src/ci/run.sh
@@ -51,7 +51,7 @@ fi
51
#
52
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
53
# either automatically or manually.
54
-export RUST_RELEASE_CHANNEL=beta
+export RUST_RELEASE_CHANNEL=stable
55
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
56
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
57
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
0 commit comments