aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/fast-dds/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/fast-dds/Dockerfile')
-rw-r--r--projects/fast-dds/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/fast-dds/Dockerfile b/projects/fast-dds/Dockerfile
index 414d421d..338642f5 100644
--- a/projects/fast-dds/Dockerfile
+++ b/projects/fast-dds/Dockerfile
@@ -23,3 +23,6 @@ RUN git clone --depth 1 https://github.com/eProsima/foonathan_memory_vendor.git
RUN git clone --depth 1 https://github.com/eProsima/Fast-DDS.git
COPY build.sh $SRC
WORKDIR $SRC/Fast-DDS
+# 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