Skip to content

Commit

Permalink
Merge pull request #24913 from veblush/fix-pecl
Browse files Browse the repository at this point in the history
Fix PECL problem
  • Loading branch information
jtattermusch committed Dec 6, 2020
2 parents 78b2385 + 8bbe583 commit f695914
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/internal_ci/helper_scripts/prepare_build_macos_rc
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ then
export LDFLAGS="-L/usr/local/opt/php@7.2/lib $(LDFLAGS)"
export CPPFLAGS="-I/usr/local/opt/php@7.2/include $(CPPFLAGS)"
export PATH="/usr/local/opt/php@7.2/bin:/usr/local/opt/php@7.2/sbin:$PATH"

# Workaround for https://github.com/Homebrew/homebrew-core/issues/41081
mkdir -p /usr/local/lib/php/pecl
fi

# TODO(jtattermusch): better debugging of clock skew, remove once not needed
Expand Down

0 comments on commit f695914

Please sign in to comment.