8333144: docker tests do not work when ubsan is configured
Reviewed-by: clanger, stuefe
This commit is contained in:
parent
dabdae6b35
commit
fbe8a81d19
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user