We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd3f3f + c91e360 commit 9634041Copy full SHA for 9634041
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