aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/qpdf/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/qpdf/Dockerfile')
-rw-r--r--projects/qpdf/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/qpdf/Dockerfile b/projects/qpdf/Dockerfile
index 2c48bc5c..ef927941 100644
--- a/projects/qpdf/Dockerfile
+++ b/projects/qpdf/Dockerfile
@@ -21,3 +21,6 @@ RUN git clone --depth 1 https://github.com/madler/zlib.git zlib
RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo libjpeg-turbo
WORKDIR qpdf
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