File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,14 @@ matrix:
7575 - os : windows
7676
7777script :
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
You can’t perform that action at this time.
0 commit comments