Skip to content

Commit 16ca057

Browse files
authored
Merge pull request #196763 from Homebrew/druid-all-bottle
druid: dont install quickstart/tutorial so we can build `:all` bottle
2 parents 6fb81df + 7947e14 commit 16ca057

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Formula/d/druid.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ class Druid < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ce14d3d0a0d03398dcc0c730019871ce33b746a3ef21bbd9f68d844da3701a2"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ce14d3d0a0d03398dcc0c730019871ce33b746a3ef21bbd9f68d844da3701a2"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2ce14d3d0a0d03398dcc0c730019871ce33b746a3ef21bbd9f68d844da3701a2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "ee7305ebe8bdc866e13aff7a471e02d58306e74b40d2683a94c3e8ea96bcacda"
19-
sha256 cellar: :any_skip_relocation, ventura: "ee7305ebe8bdc866e13aff7a471e02d58306e74b40d2683a94c3e8ea96bcacda"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2ce14d3d0a0d03398dcc0c730019871ce33b746a3ef21bbd9f68d844da3701a2"
15+
rebuild 1
16+
sha256 cellar: :any_skip_relocation, all: "346b09e24e2b3ac175a00f03b67490df9d30a58086e39e447198d851ded2a96a"
2117
end
2218

2319
depends_on "zookeeper" => :test
@@ -29,6 +25,7 @@ class Druid < Formula
2925
end
3026

3127
def install
28+
rm_r "quickstart/tutorial"
3229
libexec.install Dir["*"]
3330

3431
%w[

0 commit comments

Comments
 (0)