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