Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 491992783
  • Loading branch information
deannagarcia authored and copybara-github committed Nov 30, 2022
1 parent 568672c commit 85debe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kokoro/macos/php74/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ cd $(dirname $0)/../../..
source kokoro/macos/prepare_build_macos_rc

# Install Dependencies
# PHP 7.4 is already installed on the machine
brew cleanup
brew install coreutils php@7.4
brew install coreutils

# Configure path
PHP_FOLDER=$(find $HOMEBREW_PREFIX -type d -regex ".*php.*/7.4.[0-9_.]*" | sort -n | tail -n 1)
Expand Down
1 change: 1 addition & 0 deletions kokoro/macos/prepare_build_macos_rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
set -eux

export HOMEBREW_PREFIX=$(brew --prefix)
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 # Do not automatically update packages.

##
# Select Xcode version
Expand Down

0 comments on commit 85debe8

Please sign in to comment.