Skip to content

Commit

Permalink
Change location for OpenJ9 bootjdks on AIX
Browse files Browse the repository at this point in the history
* new versions of AIX add system SDKs into /usr
** system SDKs are of an older vintage than OpenJ9 wants to use
* #8979

Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
  • Loading branch information
jdekonin committed Apr 7, 2020
1 parent 0b24740 commit ebc967e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildenv/jenkins/variables/defaults.yml
Expand Up @@ -253,10 +253,10 @@ s390x_linux_jit:
ppc64_aix:
extends: ['debuginfo', 'freemarker', 'openjdk_reference_repo', 'openssl']
boot_jdk:
8: '/usr/java7'
11: '/usr/java11_64'
14: '/usr/java13_64'
next: '/usr/java13_64'
8: '/opt/java7'
11: '/opt/java11_64'
14: '/opt/java13_64'
next: '/opt/java13_64'
release:
all: 'aix-ppc64-server-release'
8: 'aix-ppc64-normal-server-release'
Expand Down

0 comments on commit ebc967e

Please sign in to comment.