adoptium / ci-jenkins-pipelines

jenkins pipeline build scripts
Apache License 2.0
18 stars 70 forks source link

Change to use --with-freetype=bundled for Temurin jdk-11+ #824

Open andrew-m-leonard opened 9 months ago

andrew-m-leonard commented 9 months ago

Adoptium Temurin builds currently build with mostly "system" FreeType, or for jdk8 Windows&Mac a specific cloned source version, and for just Windows&Mac on jdk11+ bundled. This means Temurin is built using a variations of versions. We should be consistent, and align with the openjdk bundled version, which is kept in line with necessary vulnerability updates.

andrew-m-leonard commented 5 months ago

Implemented for jdk-21: https://github.com/adoptium/temurin-build/pull/3557