Skip to content

Commit

Permalink
address checklists
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Sep 18, 2024
1 parent a0f4497 commit 42ae2b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/risingwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ def install
ENV["ENABLE_BUILD_DASHBOARD"] = "1"

system "cargo", "install",
# "--profile", "production", # since the upcoming release 1.11 (or 2.0)
"--profile", "production",
"--bin", "risingwave",
"--features", "rw-static-link",
"--features", "all-udf",
*std_cargo_args(root: libexec, path: "src/cmd_all")

resource("connector").stage do
Expand Down

0 comments on commit 42ae2b5

Please sign in to comment.