Skip to content

Commit f790780

Browse files
committed
Auto merge of #51680 - Mark-Simulacrum:acc-revert, r=Mark-Simulacrum
Revert #51662 This reverts that PR because it was never intended to merge into the master branch.
2 parents e11c95d + 43557fc commit f790780

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
#
4747
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4848
# either automatically or manually.
49-
export RUST_RELEASE_CHANNEL=beta
49+
export RUST_RELEASE_CHANNEL=nightly
5050
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
5151
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
5252
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

src/stage0.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313
# `0.x.0` for Cargo where they were released on `date`.
1414

15-
date: 2018-06-20
16-
rustc: 1.27.0
17-
cargo: 0.28.0
15+
date: 2018-05-10
16+
rustc: beta
17+
cargo: beta
1818

1919
# When making a stable release the process currently looks like:
2020
#
@@ -34,4 +34,4 @@ cargo: 0.28.0
3434
# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535
# out.
3636

37-
dev: 1
37+
#dev: 1

0 commit comments

Comments
 (0)