adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
125 stars 304 forks source link

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

Open smlambert opened 1 year ago

smlambert commented 1 year ago

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 commented 2 months ago

//me watching issue

TY!