-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update rakudo-star to 2025.04 #18923
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
base: master
Are you sure you want to change the base?
Conversation
Diff for 24469a3:diff --git a/_bashbrew-cat b/_bashbrew-cat
index bff4e4a..b0ce5ed 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
Maintainers: Moritz Lenz <moritz.lenz@gmail.com> (@moritz), Joelle Maslak <jmaslak@antelope.net> (@jmaslak), Daniel Mita <daniel@dango.space> (@m-dango), Anton Oks <anton.oks@gmx.de> (@AntonOks)
GitRepo: https://github.com/rakudo/docker
-Tags: alpine, 2025.02-alpine
+Tags: alpine, 2025.04-alpine
Architectures: amd64, arm64v8
-GitCommit: 02696336f52874a3440ae2fa8f2cbf2a7c6176dd
-Directory: 2025.02/alpine
+GitCommit: 9687c880204b2dad5b7d816f268dc0257c39abc0
+Directory: 2025.04/alpine
-Tags: latest, 2025.02, bookworm
+Tags: latest, 2025.04, bookworm
Architectures: amd64, arm64v8
-GitCommit: 02696336f52874a3440ae2fa8f2cbf2a7c6176dd
-Directory: 2025.02/bookworm
+GitCommit: 9687c880204b2dad5b7d816f268dc0257c39abc0
+Directory: 2025.04/bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index 3157fe3..caf3f17 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
-rakudo-star:2025.02
-rakudo-star:2025.02-alpine
+rakudo-star:2025.04
+rakudo-star:2025.04-alpine
rakudo-star:alpine
rakudo-star:bookworm
rakudo-star:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 0442d26..ba3c234 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-rakudo-star:2025.02-alpine
+rakudo-star:2025.04-alpine
rakudo-star:bookworm
diff --git a/rakudo-star_2025.02-alpine/Dockerfile b/rakudo-star_2025.04-alpine/Dockerfile
similarity index 98%
rename from rakudo-star_2025.02-alpine/Dockerfile
rename to rakudo-star_2025.04-alpine/Dockerfile
index f2fed1f..a8fafce 100644
--- a/rakudo-star_2025.02-alpine/Dockerfile
+++ b/rakudo-star_2025.04-alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:latest
RUN addgroup -S raku && adduser -S raku -G raku
-ARG rakudo_version=2025.02-01
+ARG rakudo_version=2025.04-01
ENV rakudo_version=${rakudo_version}
RUN buildDeps=' \
diff --git a/rakudo-star_bookworm/Dockerfile b/rakudo-star_bookworm/Dockerfile
index d76fb38..23133ef 100644
--- a/rakudo-star_bookworm/Dockerfile
+++ b/rakudo-star_bookworm/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Rob Hoelz
RUN groupadd -r raku && useradd -m -r -g raku raku
-ARG rakudo_version=2025.02-01
+ARG rakudo_version=2025.04-01
ENV rakudo_version=${rakudo_version}
RUN buildDeps=' \ Relevant Maintainers: |
There looks to be a dependency issue causing the failure, currently investigating. |
If |
@AntonOks The issue looks to be caused my mimalloc (used by MoarVM). There's an upsteam issue currently open: microsoft/mimalloc#1056 |
No description provided.