mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Add master toolchain binaries to the PATH
This commit is contained in:
parent
ac6e52a91c
commit
2991f31c17
@ -91,7 +91,11 @@ script:
|
|||||||
- |
|
- |
|
||||||
rm rust-toolchain
|
rm rust-toolchain
|
||||||
./setup-toolchain.sh
|
./setup-toolchain.sh
|
||||||
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
|
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
|
||||||
|
export PATH=$PATH:$(rustc --print sysroot)/bin
|
||||||
|
else
|
||||||
|
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
|
||||||
|
fi
|
||||||
- |
|
- |
|
||||||
if [ -z ${INTEGRATION} ]; then
|
if [ -z ${INTEGRATION} ]; then
|
||||||
travis_wait 30 ./ci/base-tests.sh && sleep 5
|
travis_wait 30 ./ci/base-tests.sh && sleep 5
|
||||||
|
Loading…
Reference in New Issue
Block a user