You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really an issue but more a question since I'm unable to find an answer:
Where does Pickle install the PHP extensions to?
And related: does Pickle skip the installation if the requested PHP extension is already present?
Background: I'm installing the intl PHP extension during our CI builds and since this step alone takes ~1min, I'd like to speed it up e.g. by caching the extension installation directory.
The text was updated successfully, but these errors were encountered:
Not really an issue but more a question since I'm unable to find an answer:
Where does Pickle install the PHP extensions to?
And related: does Pickle skip the installation if the requested PHP extension is already present?
Background: I'm installing the
intl
PHP extension during our CI builds and since this step alone takes ~1min, I'd like to speed it up e.g. by caching the extension installation directory.The text was updated successfully, but these errors were encountered: