Skip to content

Commit e50947f

Browse files
committed
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.
1 parent db91aaf commit e50947f

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)