Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

m-dango
Copy link
Contributor

@m-dango m-dango commented Apr 24, 2025

No description provided.

@m-dango m-dango requested a review from a team as a code owner April 24, 2025 23:41
Copy link

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:

@m-dango
Copy link
Contributor Author

m-dango commented Apr 25, 2025

There looks to be a dependency issue causing the failure, currently investigating.

@AntonOks
Copy link
Contributor

There looks to be a dependency issue causing the failure, currently investigating.

If alpine isn't coming with git, it's b'cause of rakudo/star@9b3a538 ... means, we will have to install git now in our alpine before using rstar...

AntonOks added a commit to rakudo/docker that referenced this pull request Apr 25, 2025
@m-dango
Copy link
Contributor Author

m-dango commented Apr 25, 2025

@AntonOks The issue looks to be caused my mimalloc (used by MoarVM). There's an upsteam issue currently open: microsoft/mimalloc#1056

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants