8333144: docker tests do not work when ubsan is configured

Reviewed-by: clanger, stuefe
This commit is contained in:
Matthias Baesken 2024-08-05 05:57:41 +00:00
parent dabdae6b35
commit fbe8a81d19

View File

@ -323,6 +323,7 @@ public class DockerTestUtils {
String baseImageVersion) throws Exception {
String template =
"FROM %s:%s\n" +
"RUN apt-get install libubsan1\n" +
"COPY /jdk /jdk\n" +
"ENV JAVA_HOME=/jdk\n" +
"CMD [\"/bin/bash\"]\n";