Skip to content

Commit

Permalink
Prepare 1.18.0 stable release artifacts
Browse files Browse the repository at this point in the history
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
alexcrichton committed Jun 5, 2017
1 parent db91aaf commit e50947f
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 e50947f

Please sign in to comment.