Skip to content

Commit 76a613a

Browse files
committed
Remove LD_LIBRARY_PATH to try fix "found unexpected dependencies" in the :grpc-compiler:checkArtifacts step
1 parent b76908f commit 76a613a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildscripts/kokoro/unix.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx1g'"
5353
# Make protobuf discoverable by :grpc-compiler
5454
export LDFLAGS="$(PKG_CONFIG_PATH=/tmp/protobuf/lib/pkgconfig pkg-config --libs protobuf)"
5555
export CXXFLAGS="$(PKG_CONFIG_PATH=/tmp/protobuf/lib/pkgconfig pkg-config --cflags protobuf)"
56-
export LD_LIBRARY_PATH=/tmp/protobuf/lib
5756
export LIBRARY_PATH=/tmp/protobuf/lib
5857

5958
./gradlew grpc-compiler:clean $GRADLE_FLAGS

0 commit comments

Comments
 (0)