about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-01-16 17:18:44 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-01-16 17:22:51 +0100
commitdc25c80571bf2a9f27d67f9d62c2be72d9c1c6ea (patch)
tree3c2034b24d9abd8ebc9f3c7345dfb15396e490d6 /src/ci
parentcccaf9a8c69219c8267e406f92fef895fbba80f2 (diff)
downloadrust-dc25c80571bf2a9f27d67f9d62c2be72d9c1c6ea.tar.gz
rust-dc25c80571bf2a9f27d67f9d62c2be72d9c1c6ea.zip
prepare beta 1.33.0
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index b0e1b165105..b7e81762559 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -43,7 +43,7 @@ fi
 #
 # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
 #        either automatically or manually.
-export RUST_RELEASE_CHANNEL=nightly
+export RUST_RELEASE_CHANNEL=beta
 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"