Skip to content

Commit fbe8a81

Browse files
committed
8333144: docker tests do not work when ubsan is configured
Reviewed-by: clanger, stuefe
1 parent dabdae6 commit fbe8a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lib/jdk/test/lib/containers/docker/DockerTestUtils.java

+1
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ private static void generateDockerFile(Path dockerfile, String baseImage,
323323
String baseImageVersion) throws Exception {
324324
String template =
325325
"FROM %s:%s\n" +
326+
"RUN apt-get install libubsan1\n" +
326327
"COPY /jdk /jdk\n" +
327328
"ENV JAVA_HOME=/jdk\n" +
328329
"CMD [\"/bin/bash\"]\n";

0 commit comments

Comments
 (0)