Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sanitize JDKs on the AIX machines #3688

Open
sxa opened this issue Aug 1, 2024 · 0 comments
Open

Sanitize JDKs on the AIX machines #3688

sxa opened this issue Aug 1, 2024 · 0 comments

Comments

@sxa
Copy link
Member

sxa commented Aug 1, 2024

We currently have a mix of JDKs on the AIX machines - and some default to a J9 VM instead of Temurin (Either 7 or 8), some have no default, and this can lead to inconsistent behavior.

The build machines generally seem to have a Temurin 8 available and defined by the JDK7_BOOT_DIR variable in the machines' jenkins definitions. We should ensure that this is consistent across all of our AIX machines. We could also use this opportunity to start using "well-known" locations for the boot JDKs - specifically locations that are searched by default by the openjdk build process that would not require the variables to be set.

Identified in #2288 (comment) where an ineffective keytool was being picked up when scheduling a JDK8 build on a test box.

@sxa sxa added the ansible label Aug 1, 2024
@sxa sxa added this to the 2024-08 (August) milestone Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Status: Todo
Development

No branches or pull requests

1 participant