homebrew-core
homebrew-core copied to clipboard
mariadb 10.9.3, [email protected] 10.8.5
- [x] Have you followed the guidelines for contributing?
- [x] Have you ensured that your commits follow the commit style guide?
- [x] Have you checked that there aren't other open pull requests for the same formula update/change?
- [x] Have you built your formula locally with
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting? - [x] Is your test running fine
brew test <formula>, where<formula>is the name of the formula you're submitting? - [x] Does your build pass
brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?
This PR does the following:
- Update mariadb to latest GA release 10.9.3
- Create versioned [email protected] formula for latest GA release 10.8.5
- Remove [email protected] alias
- Add [email protected] alias
Definitely not ready to merge, this needs to be rebuild when there is a Linux build of QT.
@SMillerDev is there an active effort to have a Qt linux build? I'm not seeing any PR open, and it's not fair to hold this PR indefinitely.
I thought there was, but I can't find it anymore either.
I've seen this: https://github.com/Homebrew/homebrew-core/pull/111031 Probably @carlocab knows best
The discussion is continuing in https://github.com/Homebrew/brew/issues/13922 and @Bo98 is working on fix.
Though, not sure if we should delay merge until fixed as we have been ignoring known Qt failures in other PRs.
:shipit: @SMillerDev has triggered a merge.