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

ansible: Install OpenJ9 JDK10 on Linux/ppc64le #730

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

sxa
Copy link
Member

@sxa sxa commented Mar 13, 2019

Signed-off-by: Stewart Addison sxa@uk.ibm.com

https://adoptopenjdk.net/archive.html?variant=openjdk10&jvmVariant=hotspot has no download for JDK10 on Linux/ppc64le so adjusting the playbooks to install the openj9 version

Copy link
Contributor

@karianna karianna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One tiny nitpick

unarchive:
src: https://api.adoptopenjdk.net/v2/binary/releases/openjdk10?openjdk_impl=openj9&os=linux&arch=s390x&release=latest&type=jdk
dest: /usr/lib/jvm
remote_src: yes
when:
- adoptopenjdk10_installed.rc != 0
- ansible_architecture == "s390x"
- (ansible_architecture == "ppc64le" or ansible_architecture == "s390x")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra space character

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot :-)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorted

Signed-off-by: Stewart Addison <sxa@uk.ibm.com>
@karianna karianna merged commit d91d328 into adoptium:master Mar 14, 2019
@sxa sxa deleted the ppc64le_jdk10_openj9 branch December 24, 2020 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants