Skip to content

Commit 5105cb0

Browse files
BrewTestBotchenrui333
authored andcommitted
opensearch 2.19.1
opensearch: skip test Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent de0031d commit 5105cb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/o/opensearch.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Opensearch < Formula
22
desc "Open source distributed and RESTful search engine"
33
homepage "https://github.com/opensearch-project/OpenSearch"
4-
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.19.0.tar.gz"
5-
sha256 "c94e9f793393aa6ff4eb00f0ed0dd18a9f3502d2e1c84f947dad6d5c64f1fe31"
4+
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.19.1.tar.gz"
5+
sha256 "99999a392dcf90bafebfa143ed071b45662fb022dcbcfa77df802248338d3a63"
66
license "Apache-2.0"
77

88
bottle do
@@ -20,7 +20,7 @@ class Opensearch < Formula
2020
def install
2121
platform = OS.kernel_name.downcase
2222
platform += "-arm64" if Hardware::CPU.arm?
23-
system "gradle", "-Dbuild.snapshot=false", ":distribution:archives:no-jdk-#{platform}-tar:assemble"
23+
system "gradle", "-Dbuild.snapshot=false", ":distribution:archives:no-jdk-#{platform}-tar:assemble", "-x", "test"
2424

2525
mkdir "tar" do
2626
# Extract the package to the tar directory

0 commit comments

Comments
 (0)