Skip to content

Commit 0d89956

Browse files
committed
Disable rust master toolchain build temporarily
1 parent 457e7f1 commit 0d89956

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

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

7777
script:
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
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
8586
- |
8687
if [ -z ${INTEGRATION} ]; then
8788
./ci/base-tests.sh && sleep 5

0 commit comments

Comments
 (0)