This repository was archived by the owner on Oct 14, 2024. It is now read-only.
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
Add OpenJDK port for Linux/x64 with musl #168
Closed
Description
Portola (porting OpenJDK to Linux/x64 with musl instead of glibc) seems to approach the finish line: JEP 386 is now a candidate and Oracle/OpenJDK has started to offer builds for Alpine beginning with 16. This means it is (a) time for the TSC to formally vote whether we want to add that port and (b) start coordinating the work to get it done (under the provision that the TSC approves).
Required work:
- Build and produce binary tarballs of 16 and newer on Alpine/x64 with musl build: add alpine musl builds adoptium/temurin-build#2026
- Mirror https://github.com/openjdk/portola into AdoptOpenJDK
- Create docker image for build/test ansible: add alpine build image adoptium/infrastructure#1496
- Test 16 and newer on Alpine/x64
- Add separate Docker images of Alpine/x64 with OpenJDK with musl (we already have a version with glibc)
- Create APK for Alpine/x64
- Create package repository for Alpine/x64 if package cannot be integrated into Alpine's community repository