Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa30011 + 53d6d9b commit 3b72af9Copy full SHA for 3b72af9
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