aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libecc/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libecc/Dockerfile')
-rw-r--r--projects/libecc/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/libecc/Dockerfile b/projects/libecc/Dockerfile
index 207099f9..d417ee59 100644
--- a/projects/libecc/Dockerfile
+++ b/projects/libecc/Dockerfile
@@ -23,3 +23,6 @@ RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
RUN wget https://gmplib.org/download/gmp/gmp-6.2.1.tar.lz
RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.bz2
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