aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libheif/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libheif/Dockerfile')
-rw-r--r--projects/libheif/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/libheif/Dockerfile b/projects/libheif/Dockerfile
index 3c1a0d0e..4d10a262 100644
--- a/projects/libheif/Dockerfile
+++ b/projects/libheif/Dockerfile
@@ -54,3 +54,6 @@ RUN git clone \
WORKDIR libheif
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