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
openjdk11's configure looks for readlink - this is not available by default on AIX. We can install it with yum install coreutils but that requires the mktemp package to be removed. This will need to be done in the ansible playbooks
The text was updated successfully, but these errors were encountered:
* readlink is a new requirement for jdk11
* readlink is supplied by coreutils as is mktemp
* remove rpm installation of mktemp as it conflicts with coreutils
* Fixesadoptium#410
Signed-off-by: Joe deKoning <[email protected]>
* readlink is a new requirement for jdk11
* readlink is supplied by coreutils as is mktemp
* remove rpm installation of mktemp as it conflicts with coreutils
* Fixes#410
Signed-off-by: Joe deKoning <[email protected]>
jdekonin
pushed a commit
to jdekonin/adoptium-infrastructure
that referenced
this issue
Jun 18, 2019
openjdk11's configure looks for
readlink
- this is not available by default on AIX. We can install it withyum install coreutils
but that requires themktemp
package to be removed. This will need to be done in the ansible playbooksThe text was updated successfully, but these errors were encountered: