Skip to content
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

[email protected] 8.0.41-32 #209176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2559,6 +2559,8 @@ pdns
pdnsrec
pedump
pegtl
percona-server
[email protected]
percona-toolkit
percona-xtrabackup
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions Formula/p/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class PerconaServerAT80 < Formula
desc "Drop-in MySQL replacement"
homepage "https://www.percona.com"
url "https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server-8.0.40-31/source/tarball/percona-server-8.0.40-31.tar.gz"
sha256 "1318670d8e176c24df74019f748f5f233e2787f865dd3d41d61790ab5a772c4e"
url "https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server-8.0.41-32/source/tarball/percona-server-8.0.41-32.tar.gz"
sha256 "dee6bff17d2fcdb0738d136198c8ddcf759f93b102b3aedb3e8098041357cb07"
license "BSD-3-Clause"

livecheck do
Expand Down Expand Up @@ -90,7 +90,7 @@
var/"mysql"
end

def install

Check failure on line 93 in Formula/p/[email protected]

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle [email protected]` failed on Linux!

::error::[email protected] 8.0.41-32 did not build
# Remove bundled libraries other than explicitly allowed below.
# `boost` and `rapidjson` must use bundled copy due to patches.
# `lz4` is still needed due to xxhash.c used by mysqlgcs
Expand Down
Loading