File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ python2.7 "$X_PY" test --no-fail-fast \
31
31
src/doc/rust-by-example \
32
32
src/tools/rls \
33
33
src/tools/rustfmt \
34
- src/tools/miri \
35
34
src/tools/clippy
36
35
set -e
37
36
Original file line number Diff line number Diff line change 44
44
#
45
45
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
46
46
# either automatically or manually.
47
- export RUST_RELEASE_CHANNEL=nightly
47
+ export RUST_RELEASE_CHANNEL=beta
48
48
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
49
49
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
50
50
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
Original file line number Diff line number Diff line change 12
12
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
13
13
# `0.x.0` for Cargo where they were released on `date`.
14
14
15
- date: 2018-03-18
16
- rustc: beta
17
- cargo: beta
15
+ date: 2018-03-29
16
+ rustc: 1.25.0
17
+ cargo: 0.26.0
18
18
19
19
# When making a stable release the process currently looks like:
20
20
#
You can’t perform that action at this time.
0 commit comments