Skip to content

Commit 03fc9d6

Browse files
committed
Auto merge of #42455 - alexcrichton:stable-next, r=alexcrichton
Prepare 1.18.0 stable release artifacts These'll upload to dev first and we'll promote them to stable later this week when we actually do the release.
2 parents db91aaf + e50947f commit 03fc9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4141
# either automatically or manually.
4242
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
43-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
43+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=stable"
4444
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
4545

4646
if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then

0 commit comments

Comments
 (0)