Skip to content

Commit 062b214

Browse files
committed
Revert "Disable rust master toolchain build temporarily"
This reverts commit 0d89956.
1 parent 481f788 commit 062b214

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,13 @@ matrix:
7575
- os: windows
7676

7777
script:
78-
# uncomment once https://github.com/rust-lang/rust/issues/55376 is fixed
79-
# - |
80-
# rm rust-toolchain
81-
# cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
82-
# RUSTC_HASH=$(git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}')
83-
# travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH
84-
# rustup default master
85-
# export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
78+
- |
79+
rm rust-toolchain
80+
cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
81+
RUSTC_HASH=$(git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}')
82+
travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH
83+
rustup default master
84+
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
8685
- |
8786
if [ -z ${INTEGRATION} ]; then
8887
./ci/base-tests.sh && sleep 5

0 commit comments

Comments
 (0)