Merge pull request #14798 from ZhouyihaiDing/macOS_pecl

PHP: fix maxOS distrib test pecl installation error
reviewable/pr14615/r18
Zhouyihai Ding 7 years ago committed by GitHub
commit cd07232917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/distrib/php/run_distrib_test.sh

@ -20,6 +20,6 @@ cd "$(dirname "$0")"
cp -r "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*.tgz .
find . -regex ".*/grpc-[0-9].*.tgz" | cut -b3- | \
xargs pecl install
xargs sudo pecl install
php -d extension=grpc.so -d max_execution_time=300 distribtest.php

Loading…
Cancel
Save