Revert "Add patch for PCRE2"

This reverts commit fefbd7a497.
This commit is contained in:
Shivam Mathur 2021-07-16 15:55:40 +05:30
parent 604ffba8e1
commit 0b33ef444f
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -145,10 +145,6 @@ 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
}