aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_php.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/build_php.sh')
-rwxr-xr-xtools/run_tests/build_php.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh
index 2fad09e1c4..1d81779b6a 100755
--- a/tools/run_tests/build_php.sh
+++ b/tools/run_tests/build_php.sh
@@ -46,6 +46,3 @@ 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