Skip to content

Commit

Permalink
ci: bump release channel to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Aug 24, 2020
1 parent c05d8ae commit ed6d57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

# 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
Expand Down

0 comments on commit ed6d57b

Please sign in to comment.