Skip to content

Commit

Permalink
Auto merge of #42455 - alexcrichton:stable-next, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jun 6, 2017
2 parents db91aaf + e50947f commit 03fc9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
# either automatically or manually.
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=stable"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then
Expand Down

0 comments on commit 03fc9d6

Please sign in to comment.