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