Skip to content

Commit 458cb80

Browse files
authored
Merge pull request #191545 from Homebrew/redo-all
redo: build an `:all` bottle
2 parents 2edd34f + 8d1e45d commit 458cb80

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Formula/r/redo.rb

+6-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@ class Redo < Formula
99
revision 2
1010

1111
bottle do
12-
rebuild 4
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "70bdafcd8ca20fdd786442756dc6aa0eef123eedc49cb2a5b340241211d5a379"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
16-
sha256 cellar: :any_skip_relocation, arm64_monterey: "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
17-
sha256 cellar: :any_skip_relocation, sonoma: "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
18-
sha256 cellar: :any_skip_relocation, ventura: "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
19-
sha256 cellar: :any_skip_relocation, monterey: "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dfa4beea88424e7b19d7938c44499dadec311a123cdb3a532db55a26b3ad5561"
12+
rebuild 5
13+
sha256 cellar: :any_skip_relocation, all: "15950166170b2edc6aabeea2454d89b024e7f3ad086879bc4d88a413288ce7e1"
2114
end
2215

2316
depends_on "[email protected]"
@@ -54,6 +47,10 @@ def install
5447
ENV["DESTDIR"] = ""
5548
ENV["PREFIX"] = prefix
5649
system "./do", "install"
50+
51+
# Ensure this symlink is the same across all our bottles,
52+
# otherwise the Linux bottle points to `/usr/bin/dash`.
53+
ln_sf "/bin/dash", lib/"redo/sh"
5754
end
5855

5956
test do

0 commit comments

Comments
 (0)