-
-
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* 9.0.1, mysql-connector-c++ 9.0.0 #170446
Conversation
|
55b9357
to
e33808c
Compare
(8.4 lts currently having difficulties Homebrew/homebrew-core#170446)
(8.4 lts currently having difficulties Homebrew/homebrew-core#170446)
(8.4 lts currently having difficulties Homebrew/homebrew-core#170446)
(8.4 lts currently having difficulties Homebrew/homebrew-core#170446)
(8.4 lts currently having difficulties Homebrew/homebrew-core#170446)
Please provide an update for this as MySQL 8.3 is a dead branch whereas MySQL 8.4 is LTS. Does the MySQL team need to fix something upstream? |
A new release of MySQL 8.4 addresses cmake issues: |
Let's see if 9.0.0 works now |
MySQL has two releases, Innovation and Long-Term Support. Here is the blog post "Introducing MySQL Innovation and Long-Term Support (LTS) versions" |
mysql was tracking yesterday 8.3, and today it is 9.0. |
For anyone who had the same issue as me and @Owersun who updated from 8.3 to 9.0.1, @simon-tma gave me a solution that worked in https://github.com/orgs/Homebrew/discussions/5539. |
That's obvious there could be two solutions to that:
But I would also prefer to run mysql 8.4 as LTS release, since it sounds like a proper release version which is going to be used in production and in development for a long time, until all unforeseen issues with 9.0 are resolved. |
|
Sorry for the pain! You should be able to
now. |
# Patch out check for Homebrew `boost`. | ||
# This should not be necessary when building inside `brew`. | ||
# https://github.com/Homebrew/homebrew-test-bot/pull/820 | ||
patch do | ||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/bd61f2edc4c551856f894d307140b855edb2b4f5/mysql/boost-check.patch" | ||
sha256 "b90c6f78fa347cec6388d2419ee4bc9a5dc9261771eff2800d99610e1c449244" |
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.
Probably should've just updated this
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.
Yeah, I realized that when working on ICU PR. Just re-added patch there. I think it usually only happens when we do mega ICU PRs.
HOMEBREW_NO_INSTALL_FROM_API=1 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 doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?