From 6b8ebcc0c8a441a7f871cab1b69c2433be42d5e2 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Fri, 12 Jul 2019 12:12:53 +0200 Subject: [PATCH] Don't re-set the LD_LIBRARY_PATH in base_tests.sh --- ci/base-tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/base-tests.sh b/ci/base-tests.sh index c5d3eb3c902..34bc9a8eca2 100755 --- a/ci/base-tests.sh +++ b/ci/base-tests.sh @@ -27,8 +27,6 @@ export CARGO_TARGET_DIR=`pwd`/target/ # Check running clippy-driver without cargo ( - export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib - # Check sysroot handling sysroot=$(./target/debug/clippy-driver --print sysroot) test $sysroot = $(rustc --print sysroot)