aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/boringssl/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/boringssl/Dockerfile')
-rw-r--r--projects/boringssl/Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/boringssl/Dockerfile b/projects/boringssl/Dockerfile
index 33cc1c2d..7f9bc5b0 100644
--- a/projects/boringssl/Dockerfile
+++ b/projects/boringssl/Dockerfile
@@ -23,4 +23,7 @@ RUN git clone --depth 1 https://boringssl.googlesource.com/boringssl
RUN git clone --depth 1 https://github.com/google/fuzzing.git
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 *.cc build.sh $SRC/ \ No newline at end of file
+COPY *.cc 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