aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

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

Open smlambert opened this issue 2 years ago • 1 comments

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)

smlambert avatar Feb 28 '23 13:02 smlambert

//me watching issue

TY!

judovana avatar Apr 21 '24 08:04 judovana