CircleCI-Public / cimg-openjdk

The CircleCI OpenJDK (Java) Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/openjdk
MIT License
18 stars 25 forks source link

Track OpenJDK 21 in openJDKFeed.sh #185

Closed shakuzen closed 8 months ago

shakuzen commented 9 months ago

Description

Adds 21 that was missing.

Reasons

A new version of 21 (21.0.1) has been available since October 28, 2023 but hasn't been released.

Checklist

Please check through the following before opening your PR. Thank you!

shakuzen commented 8 months ago

I don't have access to see the logs to know why the build is failing. Could someone from the team with access take a look or otherwise review why 21 is missing from the configuration?

JalexChen commented 8 months ago

hello @shakuzen - thanks for submitting this PR. we certainly appreciate it. i was able to build a test image for this, however, it seems like mill was not being updated correctly. #189 fixes this, so once that has been merged in, would you mind rebasing and i'll approve and merge your PR?

the build itself is failing because only maintainers can run builds, and 21 was not initially included because it was so new and there were some issues that needed to be sorted

shakuzen commented 8 months ago

@JalexChen thank you for taking a look. I've rebased the pull request on main.