aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cyclonedds/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/cyclonedds/Dockerfile')
-rw-r--r--projects/cyclonedds/Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/cyclonedds/Dockerfile b/projects/cyclonedds/Dockerfile
index 74b503cf..cba1376d 100644
--- a/projects/cyclonedds/Dockerfile
+++ b/projects/cyclonedds/Dockerfile
@@ -27,4 +27,7 @@ RUN apt-get update && apt install -y \
RUN git clone --depth 1 https://github.com/eclipse-cyclonedds/cyclonedds
COPY build.sh $SRC
-WORKDIR $SRC/cyclonedds \ No newline at end of file
+WORKDIR $SRC/cyclonedds
+# This is to fix Fuzz Introspector build by using LLVM old pass manager
+# re https://github.com/ossf/fuzz-introspector/issues/305
+ENV OLD_LLVMPASS 1