Skip to content

Commit 0feac4c

Browse files
committed
Add libs to PATH for travis windows
1 parent c1abe41 commit 0feac4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/base-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ cd clippy_dev && cargo test && cd ..
2727
# Perform various checks for lint registration
2828
./util/dev update_lints --check
2929

30+
echo $PATH
31+
PATH=$PATH:$(rustc --print sysroot)/lib
32+
echo $PATH
3033
CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
3134
# run clippy on its own codebase...
3235
${CLIPPY} --all-targets --all-features -- -D clippy::all -D clippy::internal -Dclippy::pedantic

0 commit comments

Comments
 (0)