Skip to content

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

Merged
merged 3 commits into from
Jun 2, 2025

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

This comment has been minimized.

@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

AntonOks added a commit to rakudo/docker that referenced this pull request Apr 29, 2025
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
@m-dango m-dango changed the title Update rakudo-star to 2025.04 Update rakudo-star to 2025.04 (2025.03 for Alpine) Jun 1, 2025

This comment has been minimized.

@m-dango m-dango changed the title Update rakudo-star to 2025.04 (2025.03 for Alpine) Update rakudo-star to 2025.04 (Debian only) Jun 1, 2025
Copy link

github-actions bot commented Jun 1, 2025

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:

@yosifkit yosifkit merged commit e7c7288 into docker-library:master Jun 2, 2025
7 checks passed
@m-dango m-dango deleted the patch-2 branch June 2, 2025 17:47
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.

3 participants