Add patch for PCRE2
This commit is contained in:
parent
10f1a63300
commit
fefbd7a497
1 changed files with 4 additions and 0 deletions
|
|
@ -142,6 +142,10 @@ update_dependencies() {
|
|||
to_wait+=($!)
|
||||
done <"$tap_dir/shivammathur/homebrew-php/.github/deps/${ImageOS:?}_${ImageVersion:?}"
|
||||
wait "${to_wait[@]}"
|
||||
|
||||
# Remove when PCRE2 on macOS images is updated to PCRE2 10.37
|
||||
brew reinstall pcre2 >/dev/null 2>&1
|
||||
|
||||
echo '' | sudo tee /tmp/update_dependencies >/dev/null 2>&1
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue