From 752fd0aeb1109bfaf61d0640a283a51746015c39 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Fri, 28 Jun 2024 12:42:01 +0200 Subject: [PATCH 1/2] rattler-build: build tui features rattler-build: revision bump Signed-off-by: Rui Chen --- Formula/r/rattler-build.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/r/rattler-build.rb b/Formula/r/rattler-build.rb index 4998d44847a01..37d961a6015be 100644 --- a/Formula/r/rattler-build.rb +++ b/Formula/r/rattler-build.rb @@ -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 @@ -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 From 83d2a8ece223950517f6f022376231c80d48ccce Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 30 Jun 2024 12:50:46 +0000 Subject: [PATCH 2/2] rattler-build: update 0.18.1_1 bottle. --- Formula/r/rattler-build.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rattler-build.rb b/Formula/r/rattler-build.rb index 37d961a6015be..c2c4758e8a754 100644 --- a/Formula/r/rattler-build.rb +++ b/Formula/r/rattler-build.rb @@ -16,13 +16,13 @@ class RattlerBuild < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "9a2f7c2e250cded86bdb2ba8806ddb93ca62955864132bd564e054b369146ba6" - sha256 cellar: :any, arm64_ventura: "4e6d84acb432c69ce0566b8a88bb877a2fb321a9d37d65bbcd5446b081701cc1" - sha256 cellar: :any, arm64_monterey: "e6126a32dd842997bf6e6f03287d9b52585dfe6e4452bb9ef507674660380b3c" - sha256 cellar: :any, sonoma: "79ea5be05857e785b856b3cf61ce10adf84ea43401afd4ba5b9e5675e0159e15" - sha256 cellar: :any, ventura: "2b8b68822b1d91c73119b310e47922f780a8fbfc67cffd5d8a25f1d34d1a3dd7" - sha256 cellar: :any, monterey: "e111b2616d9599c7e72a57d025ed357dfaf9c7c698c82a6d84a46d3c712f9adc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1854b771628a530ab22e1ab30b865fbe3fac9e3e5530c99d05eae9cd907d6189" + sha256 cellar: :any, arm64_sonoma: "f80dade149c52840b520ce740522a4d0070ce31cb5d7a2d59fec4d9d496ee519" + sha256 cellar: :any, arm64_ventura: "5bfe8ef92871aca8ce2ded075292e00e922b6107745c16f2a688fd36ad317982" + sha256 cellar: :any, arm64_monterey: "dd84214526c0b8867f207c6435fdf45f0dad140978d6fba1ed2adc6604f37b7f" + sha256 cellar: :any, sonoma: "e16378a687c6b8ad7bd0f9bc0c3287770abe77c1abe883c118cfbb0fa451fd47" + sha256 cellar: :any, ventura: "9e7c274a534193bb9b68b966fd5dc928f09ff34a77b912be50eb402b7826378a" + sha256 cellar: :any, monterey: "817e60b8d04d42468befe122562a3e043e9dba05779f80b03a7679c9193eb335" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3316a647d573e52f0a4b59eab59ecf087d18df52d32606ae8f1b1b767bd21bd" end depends_on "pkg-config" => :build