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