aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libressl/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libressl/Dockerfile')
-rw-r--r--projects/libressl/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/libressl/Dockerfile b/projects/libressl/Dockerfile
index 3861c854..73d483fe 100644
--- a/projects/libressl/Dockerfile
+++ b/projects/libressl/Dockerfile
@@ -24,3 +24,6 @@ RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_
WORKDIR libressl
RUN ./update.sh
COPY build.sh *.options $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