Integrated: 8338550: Do libubsan1 installation in test container only if requested

Matthias Baesken mbaesken at openjdk.org
Tue Aug 20 10:45:53 UTC 2024


On Mon, 19 Aug 2024 11:11:26 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> After [JDK-8333144](https://bugs.openjdk.org/browse/JDK-8333144) docker related tests do not work on manually configured distros other than the 'standard' Ubuntu. This is because the basic generated Dockerfile with the change from [JDK-8333144](https://bugs.openjdk.org/browse/JDK-8333144) assumes 'apt-get' being available, which is not the case when one runs the testing on RPM based distributions.
> So let's limit the libubsan1 installation to Ubuntu;  also add an 'apt-get update' to get recent package lists.

This pull request has now been integrated.

Changeset: 7933e45c
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7933e45cda7e3eaeabd3b3fa81492ade8e1cc2dc
Stats:     10 lines in 2 files changed: 6 ins; 0 del; 4 mod

8338550: Do libubsan1 installation in test container only if requested

Reviewed-by: sgehwolf

-------------

PR: https://git.openjdk.org/jdk/pull/20624


More information about the hotspot-runtime-dev mailing list