aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/flatbuffers/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/flatbuffers/Dockerfile')
-rw-r--r--projects/flatbuffers/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/flatbuffers/Dockerfile b/projects/flatbuffers/Dockerfile
index 83caf67c..8d150a3a 100644
--- a/projects/flatbuffers/Dockerfile
+++ b/projects/flatbuffers/Dockerfile
@@ -20,3 +20,6 @@ RUN git clone https://github.com/google/flatbuffers
WORKDIR $SRC/
COPY build.sh $SRC/
+# 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