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