unixPB: switch alpine builds to use temurin boot jdk where possible#2568
unixPB: switch alpine builds to use temurin boot jdk where possible#2568gdams wants to merge 1 commit intoadoptium:masterfrom
Conversation
| JDK19_BOOT_DIR="/usr/lib/jvm/zulu18" \ | ||
| JDKLATEST_BOOT_DIR="/usr/lib/jvm/zulu18" \ | ||
| JAVA_HOME="/usr/lib/jvm/zulu8" | ||
| JDK7_BOOT_DIR="/usr/lib/jvm/jdk-7" \ |
There was a problem hiding this comment.
Is this one going to be pointing anywhere useful? I'd be tempted to hold off a bit on these changes until we've verified they work properly. I get the impression the JDK11 in particular may be causing the hangs on the test jobs as some of the later versions don't seem to be freezing so much at the moment.
There was a problem hiding this comment.
yeah, I switched the Zulu 7 build to be installed there for now
sxa
left a comment
There was a problem hiding this comment.
Just spotted this PR as not having been merged. I'm having a look at it and it looks like it's trying to symlink zulu into /usr/lib/jvm/jdk-xx, yet it removes the zulu downloads.
Also the - ansible_distribution != "Alpine" in the top level for the adoptopenjdk_install role seems to actively stop it trying to install the Temurin JDKs on Alpine. Am I missing something?
|
@gdams Will need a rebase |
|
@gdams Still worth keeping this open? |
Checklist