Skip to content

Commit 6b8ebcc

Browse files
committed
Don't re-set the LD_LIBRARY_PATH in base_tests.sh
1 parent 2991f31 commit 6b8ebcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/base-tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ export CARGO_TARGET_DIR=`pwd`/target/
2727

2828
# Check running clippy-driver without cargo
2929
(
30-
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
31-
3230
# Check sysroot handling
3331
sysroot=$(./target/debug/clippy-driver --print sysroot)
3432
test $sysroot = $(rustc --print sysroot)

0 commit comments

Comments
 (0)