Skip to content

Commit cb9a6a2

Browse files
committed
8333144: docker tests do not work when ubsan is configured
Backport-of: fbe8a81d1900d0de1920ad1df6ad574f3da4bd51
1 parent fd7b6e4 commit cb9a6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)