-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #410: Install the redis PHP extension in Tugboat #433
Issue #410: Install the redis PHP extension in Tugboat #433
Conversation
|
||
apt-get install -y zlib1g-dev | ||
pecl install memcache | ||
yes '' | pecl install -f memcache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, I've never needed to do any of this in tugboat or CI - just pecl install <something>
. What's up here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should run fine in non-interactive mode, but won't run without asking questions if you put that directly into the tugboat terminal - bit hard for me to test at the moment with our setup so just left it at what I can test directly
Test failure is maximum multidev limit: #408 |
Co-authored-by: Andrew Berry <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
I actually expected this to fail tests though, given there's no corresponding test update.
We can only test one combination of Tugboat settings currently |
Fixes #410