aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/valijson/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/valijson/Dockerfile')
-rw-r--r--projects/valijson/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/valijson/Dockerfile b/projects/valijson/Dockerfile
index 2f17c039..e946b479 100644
--- a/projects/valijson/Dockerfile
+++ b/projects/valijson/Dockerfile
@@ -21,3 +21,6 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
RUN git clone --depth 1 https://github.com/tristanpenman/valijson
WORKDIR valijson
RUN cp $SRC/valijson/tests/fuzzing/oss-fuzz-build.sh $SRC/build.sh
+# 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