File tree Expand file tree Collapse file tree 2 files changed +13
-16
lines changed Expand file tree Collapse file tree 2 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ matrix:
6363 - env : INTEGRATION=chronotope/chrono
6464 - env : INTEGRATION=serde-rs/serde
6565 - env : INTEGRATION=Geal/nom
66- # uncomment once https://github.com/rust-lang/rust/issues/55376 is fixed
67- # - env: INTEGRATION=hyperium/hyper
66+ - env : INTEGRATION=hyperium/hyper
6867 allow_failures :
6968 - os : windows
7069 env : BASE_TEST=true
@@ -75,14 +74,13 @@ matrix:
7574 - os : windows
7675
7776script :
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
77+ - |
78+ rm rust-toolchain
79+ cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
80+ RUSTC_HASH=$(git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}')
81+ travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH
82+ rustup default master
83+ export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
8684 - |
8785 if [ -z ${INTEGRATION} ]; then
8886 ./ci/base-tests.sh && sleep 5
Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ install:
2020 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
2121 - git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}' >rustc-hash.txt
2222 - set /p RUSTC_HASH=<rustc-hash.txt
23- # uncomment once https://github.com/rust-lang/rust/issues/55376 is fixed
24- # - del rust-toolchain
25- # - cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
26- # - rustup-toolchain-install-master %RUSTC_HASH% -f -n master
27- # - rustup default master
28- # - set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
23+ - del rust-toolchain
24+ - cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
25+ - rustup-toolchain-install-master %RUSTC_HASH% -f -n master
26+ - rustup default master
27+ - set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
2928 - rustc -V
3029 - cargo -V
3130
You can’t perform that action at this time.
0 commit comments