Skip to content

Commit 980cf05

Browse files
committed
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
1 parent 3cc1e39 commit 980cf05

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)