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