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