Skip to content

Commit 95f002f

Browse files
authored
Merge pull request #255851 from Homebrew/rakudo-star-postinstall
rakudo-star: replace postinstall with skip_clean
2 parents 9ddc2e3 + d78bc16 commit 95f002f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/r/rakudo-star.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ class RakudoStar < Formula
1111
end
1212

1313
bottle do
14-
sha256 arm64_tahoe: "6b45c84373201b93d98b1293856547eac8b2acd8de6730ed41b061314c0550fe"
15-
sha256 arm64_sequoia: "836ebddb14f0d56994f85ccdda47fb52ca27750c8c0476ef238b6464b62835b8"
16-
sha256 arm64_sonoma: "7d93ca03092269655a1cc285122a259400c6a12d82a416fcdc28a4612488efdb"
17-
sha256 sonoma: "cafa9811cc48f3c27fd3c0695c0438285486fc1dba72102cd5d4066125a278c3"
18-
sha256 arm64_linux: "d7077964cb4b70d814a1c404c0273dd4fe1fb806df1c86564ec6573f95016e55"
19-
sha256 x86_64_linux: "dacfe42333c7e0e4c1a6174c08b8008eeb717cf7201822161eccd912a9ede8c0"
14+
rebuild 1
15+
sha256 arm64_tahoe: "51305175e473f0cf6c94f22da5833c252b04a2a252da91afc5398707156eb873"
16+
sha256 arm64_sequoia: "6050dffa40fb9cf5f02b3b455aa89eedd09390658d889445b696ff48086df363"
17+
sha256 arm64_sonoma: "35eda1764a976ae1edecfc045a045ff4e40dd5e456a8334ebbc73455313c646f"
18+
sha256 sonoma: "32ffe16f63d82a1facfbc98a47b6a34250157fcaf8c653bd02c269db0f40ab76"
19+
sha256 arm64_linux: "ba8bf557b672dd2ed2b3b0f93bc2f2279c7f6c092d1dc972400b06df10f3a83f"
20+
sha256 x86_64_linux: "dae805ddac85ce4b335457e5868ff7bd5ebbcf270b79653b5d39d78c0712b522"
2021
end
2122

2223
depends_on "bash" => :build
@@ -41,6 +42,8 @@ class RakudoStar < Formula
4142
conflicts_with "parrot"
4243
conflicts_with "rakudo"
4344

45+
skip_clean "share/perl6/vendor/short"
46+
4447
# Allow adding arguments via inreplace to unbundle libraries in MoarVM
4548
patch :DATA
4649

@@ -88,10 +91,6 @@ def install
8891
bin.install_symlink (share/"perl6/site/bin").children.select(&:executable?)
8992
end
9093

91-
def post_install
92-
(share/"perl6/vendor/short").mkpath
93-
end
94-
9594
test do
9695
out = shell_output("#{bin}/raku -e 'loop (my $i = 0; $i < 10; $i++) { print $i }'")
9796
assert_equal "0123456789", out

0 commit comments

Comments
 (0)