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 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