We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547f810 commit fb7426aCopy full SHA for fb7426a
Formula/v/vitess.rb
@@ -17,6 +17,13 @@ class Vitess < Formula
17
depends_on "go" => :build
18
depends_on "etcd"
19
20
+ # Support Go 1.26 and later with Swiss maps always enabled
21
+ # Upstream PR ref: https://github.com/vitessio/vitess/pull/19088
22
+ patch do
23
+ url "https://github.com/vitessio/vitess/commit/1e131ea41b87a047acff3b1977d9fece8e25bfff.patch?full_index=1"
24
+ sha256 "6dd13ffbde947a2c0d426c5a6361e3f0f708c9fc1bd1df7b000ad06fa8644a9c"
25
+ end
26
+
27
def install
28
# -buildvcs=false needed for build to succeed on Go 1.18.
29
# It can be removed when this is no longer the case.
0 commit comments