You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose we use the adoptopenjdk_install to install bootjdks and not the common role, as we do with our other platforms. I assume we used the common role to install zulu binaries because there was no other option, so I reckon if these can now be replaced with our own binaries
The text was updated successfully, but these errors were encountered:
Looks like we're installing boot jdks on Alpine using two different roles in our playbooks
In the common role (zulu bianries and nightlies) https://github.com/adoptium/infrastructure/blob/master/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Common/tasks/Alpine.yml
and in the adoptopenjdk_install role (only for jdk17 and 21)
https://github.com/adoptium/infrastructure/blob/master/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/adoptopenjdk_install/tasks/main.yml
I propose we use the adoptopenjdk_install to install bootjdks and not the common role, as we do with our other platforms. I assume we used the common role to install zulu binaries because there was no other option, so I reckon if these can now be replaced with our own binaries
The text was updated successfully, but these errors were encountered: