summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-02-12 06:54:27 -0700
committerMark Simulacrum <mark.simulacrum@gmail.com>2018-02-12 06:54:27 -0700
commit64144311d64225baa4a85b18e18445a44277bd11 (patch)
treecb6cfa3b351c48854ee4bde2e6b7b3bdb3eaaab7
parented2c0f08442915c628fc855e6a784c5979a4dc83 (diff)
Set stable channel for 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 fadb5b12a63..b314d5f81aa 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -42,7 +42,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"