Skip to content

Commit 56124ba

Browse files
committed
Auto merge of #41505 - alexcrichton:stable-next, r=alexcrichton
[stable] Prepare the 1.17.0 release * Update channel we're building * Update the cargo submodule to the tip of the `rust-1.17.0` branch
2 parents 3cc1e39 + 980cf05 commit 56124ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/run.sh

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

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

0 commit comments

Comments
 (0)