diff options
| author | bors <bors@rust-lang.org> | 2018-09-11 03:36:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-09-11 03:36:08 +0000 |
| commit | aa3ca1994904f2e056679fce1f185db8c7ed2703 (patch) | |
| tree | dcdf5b4874d3e1869ef7d2eff849ac2ba3124dfe /src | |
| parent | 6fdf1dbb9a6d2fbd7894fd9669c310b048f948b1 (diff) | |
| parent | 0cbaa49b17e9929859ee32ca1347754e633cbe42 (diff) | |
| download | rust-aa3ca1994904f2e056679fce1f185db8c7ed2703.tar.gz rust-aa3ca1994904f2e056679fce1f185db8c7ed2703.zip | |
Auto merge of #54117 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.29.0
[stable] 1.29.0 stable release r? @alexcrichton
Diffstat (limited to 'src')
| -rwxr-xr-x | src/ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh index d68e0ebd5c7..9be3199e273 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -51,7 +51,7 @@ fi # # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable` # either automatically or manually. -export RUST_RELEASE_CHANNEL=beta +export RUST_RELEASE_CHANNEL=stable if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL" RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp" |
