-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update rakudo-star to 2025.04 (Debian only) #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
Conversation
This comment has been minimized.
This comment has been minimized.
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 |
Let's do a Docker image build also on every new Rakudo-Star version, not only on `Dockerfile` changes. Should hopefully discover issues BEFORE we even get into issues with the `official Docker image build`, see also - docker-library/official-images#18923
This comment has been minimized.
This comment has been minimized.
Diff for 900d094:diff --git a/_bashbrew-cat b/_bashbrew-cat
index bff4e4a..dfc07e5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,7 +6,7 @@ Architectures: amd64, arm64v8
GitCommit: 02696336f52874a3440ae2fa8f2cbf2a7c6176dd
Directory: 2025.02/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..1d93bff 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:alpine
rakudo-star:bookworm
rakudo-star:latest
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: |
No description provided.