File tree 2 files changed +13
-16
lines changed
2 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ matrix:
63
63
- env : INTEGRATION=chronotope/chrono
64
64
- env : INTEGRATION=serde-rs/serde
65
65
- 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
68
67
allow_failures :
69
68
- os : windows
70
69
env : BASE_TEST=true
@@ -75,14 +74,13 @@ matrix:
75
74
- os : windows
76
75
77
76
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
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
86
84
- |
87
85
if [ -z ${INTEGRATION} ]; then
88
86
./ci/base-tests.sh && sleep 5
Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ install:
20
20
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
21
21
- git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}' >rustc-hash.txt
22
22
- 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
29
28
- rustc -V
30
29
- cargo -V
31
30
You can’t perform that action at this time.
0 commit comments