aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/proj4/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/proj4/Dockerfile')
-rw-r--r--projects/proj4/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/proj4/Dockerfile b/projects/proj4/Dockerfile
index da7263a0..32fab78d 100644
--- a/projects/proj4/Dockerfile
+++ b/projects/proj4/Dockerfile
@@ -27,3 +27,6 @@ RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff.git proj/libtiff
WORKDIR proj
RUN cp test/fuzzers/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