Skip to content

Commit

Permalink
bigquery-emulator: build with [email protected]
Browse files Browse the repository at this point in the history
use "go" again after goccy/bigquery-emulator#348 is fixed and released

follow-up after #175310
  • Loading branch information
stefanb committed Aug 18, 2024
1 parent de7be0c commit 9d455fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/b/bigquery-emulator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class BigqueryEmulator < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "dbbacfb90b781068c6b9c2ee71c330f19f1ceb5487a8b2e9ea3d9c453abc08fd"
end

depends_on "go" => :build
# use "go" again after https://github.com/goccy/bigquery-emulator/issues/348 is fixed and released
depends_on "[email protected]" => :build

uses_from_macos "llvm" => :build
uses_from_macos "netcat" => :test
Expand Down

0 comments on commit 9d455fc

Please sign in to comment.