diff options
| author | bors <bors@rust-lang.org> | 2018-10-24 19:58:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-10-24 19:58:23 +0000 |
| commit | da5f414c2c0bfe5198934493f04c676e2b23ff2e (patch) | |
| tree | 77e27fd6f1bcc0912e4a1085ddfc6f5c9861ecfc /src/ci/run.sh | |
| parent | f33946f81adec4739b84975805dcdeeb77f5a039 (diff) | |
| parent | 4a0c8d12f73e93af70e363fced9f335d26eb149d (diff) | |
| download | rust-1.30.0.tar.gz rust-1.30.0.zip | |
Auto merge of #55315 - pietroalbini:release-1.30.0, r=Mark-Simulacrum 1.30.0
Stable release 1.30 This PR also reverts the stabilization of `non_modrs_mods` and the 2018 edition. r? @Mark-Simulacrum cc @rust-lang/release
Diffstat (limited to 'src/ci/run.sh')
| -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 a965c44031a..7b89ab5a9f8 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" |
