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

Add support for testing JDK binaries packaged in tar.xz format #4374

Open
smlambert opened this issue Feb 28, 2023 · 1 comment
Open

Add support for testing JDK binaries packaged in tar.xz format #4374

smlambert opened this issue Feb 28, 2023 · 1 comment

Comments

@smlambert
Copy link
Contributor

smlambert commented Feb 28, 2023

We fetch and install JDK binaries that are packaged in several forms (.tar.gz, .zip), we should additionally support .tar.xz files, so we can ensure to support all vendors listed in the marketplace. Currently the Red Hat builds listed in the Adoptium marketplace use that format (example: jdk17 RH binary).

See a Grinder run that tries to fetch and test it: https://ci.adoptium.net/view/Test_grinder/job/Grinder/6747/

tar xf java-17-openjdk-17.0.6.0.10-2.portable.jdk.el.x86_64.tar.xz and requires xz-utils to be present on test machines (sudo apt-get install xz-utils if needs installation)

@judovana
Copy link
Contributor

//me watching issue

TY!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants