From f9dd96d576a872736cceb4a4a58bc03d62b421fc Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Mon, 22 Mar 2021 10:35:02 -0400 Subject: [PATCH] Set release channel to stable --- src/ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/run.sh b/src/ci/run.sh index 02d868f8f2a37..a408fa83e5553 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -68,7 +68,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 # Always set the release channel for bootstrap; this is normally not important (i.e., only dist # builds would seem to matter) but in practice bootstrap wants to know whether we're targeting