[beta] initial branch off
This commit is contained in:
parent
61edfd591c
commit
77d13f578a
@ -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=nightly
|
||||
export RUST_RELEASE_CHANNEL=beta
|
||||
|
||||
# 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
|
||||
|
@ -12,14 +12,14 @@
|
||||
# stable release's version number. `date` is the date where the release we're
|
||||
# bootstrapping off was released.
|
||||
|
||||
date: 2021-02-14
|
||||
rustc: beta
|
||||
date: 2021-03-23
|
||||
rustc: 1.51.0
|
||||
|
||||
# We use a nightly rustfmt to format the source because it solves some
|
||||
# bootstrapping issues with use of new syntax in this repo. If you're looking at
|
||||
# the beta/stable branch, this key should be omitted, as we don't want to depend
|
||||
# on rustfmt from nightly there.
|
||||
rustfmt: nightly-2021-01-28
|
||||
#rustfmt: nightly-2021-01-28
|
||||
|
||||
# When making a stable release the process currently looks like:
|
||||
#
|
||||
@ -39,4 +39,4 @@ rustfmt: nightly-2021-01-28
|
||||
# looking at a beta source tarball and it's uncommented we'll shortly comment it
|
||||
# out.
|
||||
|
||||
#dev: 1
|
||||
dev: 1
|
||||
|
Loading…
Reference in New Issue
Block a user