diff options
author | Stanley Cheung <stanleycheung@google.com> | 2015-09-02 10:53:28 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2015-09-02 10:53:28 -0700 |
commit | 40d53ee7a447525b67305b4dc587a1dc9b5f6d96 (patch) | |
tree | aad0d07f378c57fc6a2401b192c17b3f3f922f4d /tools/run_tests | |
parent | 987d0879f795c392dbf91aacb0b36db39559cbdb (diff) |
php: fix jenkins macos build error
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/build_php.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh index 1d81779b6a..2fad09e1c4 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 |