Skip to content

Commit

Permalink
rattler-build: build tui features
Browse files Browse the repository at this point in the history
rattler-build: revision bump

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
pavelzw authored and chenrui333 committed Jun 30, 2024
1 parent b254c9f commit 752fd0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/r/rattler-build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class RattlerBuild < Formula
url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.18.1.tar.gz"
sha256 "d351851282cf16048e1180a534441d694a8d89ad3a6302e45b0de3430623e9d7"
license "BSD-3-Clause"
revision 1
head "https://github.com/prefix-dev/rattler-build.git", branch: "main"

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
Expand Down Expand Up @@ -33,7 +34,7 @@ class RattlerBuild < Formula
uses_from_macos "zlib"

def install
system "cargo", "install", *std_cargo_args
system "cargo", "install", "--features", "tui", *std_cargo_args

generate_completions_from_executable(bin/"rattler-build", "completion", "--shell")
end
Expand Down

0 comments on commit 752fd0a

Please sign in to comment.