Skip to content

Commit

Permalink
specify python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Nov 8, 2024
1 parent 2d1812f commit a056c0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Formula/risingwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Risingwave < Formula
depends_on "rustup" => :build
depends_on "java11"
depends_on "openssl@3"
depends_on "[email protected]"

resource "connector" do
url "https://github.com/risingwavelabs/risingwave/releases/download/v2.0.2/risingwave-v2.0.2-x86_64-unknown-linux-all-in-one.tar.gz"
Expand Down Expand Up @@ -54,7 +55,9 @@ def install
end

# Enable building embedded dashboard.
ENV["ENABLE_BUILD_DASHBOARD"] = "1"

# Currently we don't support Python 3.13.
ENV["PYO3_PYTHON"] = "python3.12"

# Will show "x.y.z (Homebrew)" in the version string.
ENV["GIT_SHA"] = "Homebrew"
Expand Down

0 comments on commit a056c0b

Please sign in to comment.