8000 Bump Groovy builder by Yewzir · Pull Request #2226 · code-golf/code-golf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump Groovy builder #2226

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

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

Bump Groovy builder #2226

wants to merge 1 commit into from

Conversation

Yewzir
Copy link
Contributor
@Yewzir Yewzir commented May 31, 2025

Alpine Linux 3.22

Alpine Linux 3.22
Yewzir added a commit to Yewzir/code-golf that referenced this pull request Jun 5, 2025
This commit is about building Temurin, the OpenJDK-based image of
Eclipse Adoptium, from source. It has advantages, but also a
disadvantage.

Currently Java, CJam, Groovy, Kotlin, Scala, and Vyxal use base images
with everything pre-built. Easy, but often very annoying. When a new
release is launched, it sometimes takes more than a week for the new
images to be pushed to Docker Hub. Completely understandable, because
there are many targets and architectures that need to be processed in a
certain order of priority. Docker is of course one of the last in line.
With this commit, that long wait can be reduced considerably by building
the image for Java itself and letting the other mentioned languages use
that image. That in turn results in images with much smaller file sizes.

The disadvantage is that it now takes time to build the image for Java,
but I think you get a lot more in return.

Only Scala is not yet operational in the current version, but it works
just as well with Scala 3, at least the version in code-golf#1647.

Closes code-golf#2221, closes code-golf#2222, closes code-golf#2224, closes code-golf#2225, closes code-golf#2226
Yewzir added a commit to Yewzir/code-golf that referenced this pull request Jun 6, 2025
This commit is about building Temurin, the OpenJDK-based image of
Eclipse Adoptium, from source. It has advantages, but also a
disadvantage.

Currently Java, CJam, Groovy, Kotlin, Scala, and Vyxal use base images
with everything pre-built. Easy, but often very annoying. When a new
release is launched, it sometimes takes more than a week for the new
images to be pushed to Docker Hub. Completely understandable, because
there are many targets and architectures that need to be processed in a
certain order of priority. Docker
6C99
 is of course one of the last in line.
With this commit, that long wait can be reduced considerably by building
the image for Java itself and letting the other mentioned languages use
that image. That in turn results in images with much smaller file sizes.

The disadvantage is that it now takes time to build the image for Java,
but I think you get a lot more in return.

Closes code-golf#2221, closes code-golf#2222, closes code-golf#2223, closes code-golf#2224, closes code-golf#2225,
closes code-golf#2226
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0