Skip to content
Closed
Changes from all 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
4 changes: 2 additions & 2 deletions Formula/c/cubejs-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class CubejsCli < Formula
desc "Cube.js command-line interface"
homepage "https://cube.dev/"
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.7.26.tgz"
sha256 "f67a3a27a5afbc957ac092fbfa60dcce3dae4c504b47c882ef3112a4013df98e"
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.7.27.tgz"
sha256 "9419cbc7c55e7f71550cf80a98833d19e11281cc1b8eeeb1fba74723ba22c0a6"
license "Apache-2.0"

bottle do
Expand All @@ -28,7 +28,7 @@
deuniversalize_machos node_modules/"fsevents/fsevents.node" if OS.mac?
end

test do

Check failure on line 31 in Formula/c/cubejs-cli.rb

View workflow job for this annotation

GitHub 操作 / macOS 14-arm64

`brew test --verbose cubejs-cli` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:63:in '<main>'
assert_match version.to_s, shell_output("#{bin}/cubejs --version")
system bin/"cubejs", "create", "hello-world", "-d", "postgres"
assert_path_exists testpath/"hello-world/model/cubes/orders.yml"
Expand Down
Loading