-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
mysql-client 5.7.28 #46357
mysql-client 5.7.28 #46357
Conversation
The build failure is unrelated to this pull request it seems. It would appear to be a problem caused by a libgcrypt update. |
Should be ready for a retest. |
@BrewTestBot test this please! |
Again seems to be something not caused by me. The mysql-connector-c++@1.1 bottles are missing for Mojave and High Sierra. How has that happened and what is the best way to get them rebuilt? |
Ah source link is dead. Seems like there's a 1.1.13 too. I'll get that sorted. |
#46415 is now merged. Requesting retest. |
@BrewTestBot test this please |
I don't think I can fix this one. |
That's fine, we know what the problem is, so we can ignore it for now… |
Hi @Bo98, as part of fixing #46454 we need to migrate |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?I want to take this opportunity to ask however why this formula is pinned at 5.7. There is no explanatory reason provided. Why not create a mysql-client@5.7?