Skip to content

Commit

Permalink
don't build dashboard in dev profile
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 a056c0b commit 522b3e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/risingwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def install
end

# Enable building embedded dashboard.
ENV["ENABLE_BUILD_DASHBOARD"] = "1" if build.without?("dev-profile")

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

0 comments on commit 522b3e6

Please sign in to comment.