Skip to content

Commit

Permalink
set git_sha
Browse files Browse the repository at this point in the history
Closes #44.

Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: xxchan <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Sep 18, 2024
1 parent 42ae2b5 commit 64145d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/risingwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ def install
# Enable building embedded dashboard.
ENV["ENABLE_BUILD_DASHBOARD"] = "1"

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

system "cargo", "install",
"--profile", "production",
"--bin", "risingwave",
Expand Down

0 comments on commit 64145d7

Please sign in to comment.