aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/jsoncpp/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/jsoncpp/Dockerfile')
-rw-r--r--projects/jsoncpp/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/jsoncpp/Dockerfile b/projects/jsoncpp/Dockerfile
index eefbce9a..ca81a501 100644
--- a/projects/jsoncpp/Dockerfile
+++ b/projects/jsoncpp/Dockerfile
@@ -22,3 +22,6 @@ WORKDIR jsoncpp
RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
RUN (mkdir LPM && cd LPM && cmake ../libprotobuf-mutator -GNinja -DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON -DLIB_PROTO_MUTATOR_TESTING=OFF -DCMAKE_BUILD_TYPE=Release && ninja)
COPY build.sh *.proto *.h *.cc $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