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
The Windows playbook roles that install the OpenJ9 Java doesn't work because it produces multiple zip files because of the new large heap binary. Adding heap_size variable to the URL should fix this.
We generally use the hotspot ones at AdoptOpenJDK so this isn't an issue, but we don't have any particular need for the large heap ones to my knowledge so I'd pick normal for any PR on this.
The Windows playbook roles that install the OpenJ9 Java doesn't work because it produces multiple zip files because of the new large heap binary. Adding
heap_size
variable to the URL should fix this.The affected roles are
Java8
,Java11
, andJava12
.Not sure what the default should be, but it can be added to
AdoptOpenJDK_Windows_Playbook/group_vars/all/adoptopenjdk_variables.yml
.The text was updated successfully, but these errors were encountered: