Skip to content

rakudo-star 2025.06.1 #228665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/r/rakudo-star.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class RakudoStar < Formula
desc "Rakudo compiler and commonly used packages"
homepage "https://rakudo.org/"
url "https://github.com/rakudo/star/releases/download/2025.05/rakudo-star-2025.05.tar.gz"
sha256 "b5f6b5135599db0a18baf1ec660e78dddc8d8ca46d80576407bd5dcf70a4d574"
url "https://github.com/rakudo/star/releases/download/2025.06.1/rakudo-star-2025.06.1.tar.gz"
sha256 "85f7e195d1f8623b7bc8281ffa6d594bf0be41c8b9c494fa6b68d59bd397eaf8"
license "Artistic-2.0"

livecheck do
Expand Down Expand Up @@ -53,7 +53,7 @@
# Allow adding arguments via inreplace to unbundle libraries in MoarVM
patch :DATA

def install

Check failure on line 56 in Formula/r/rakudo-star.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle rakudo-star` failed on Linux x86_64!

::error::rakudo-star 2025.06.1 did not build
# Unbundle libraries in MoarVM
moarvm_3rdparty = buildpath.glob("src/moarvm-*/MoarVM-*/3rdparty").first
%w[dyncall libatomicops libtommath mimalloc].each { |dir| rm_r(moarvm_3rdparty/dir) }
Expand Down
Loading