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