From 40d53ee7a447525b67305b4dc587a1dc9b5f6d96 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Wed, 2 Sep 2015 10:53:28 -0700 Subject: [PATCH] php: fix jenkins macos build error --- tools/run_tests/build_php.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh index 1d81779b6ac..2fad09e1c4d 100755 --- a/tools/run_tests/build_php.sh +++ b/tools/run_tests/build_php.sh @@ -46,3 +46,6 @@ cd ext/grpc phpize ./configure --enable-grpc=$root make + +# in some jenkins macos machine, somehow the PHP build script can't find libgrpc.dylib +export DYLD_LIBRARY_PATH=$(pwd)/libs/$config