aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cel-cpp/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/cel-cpp/Dockerfile')
-rw-r--r--projects/cel-cpp/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/cel-cpp/Dockerfile b/projects/cel-cpp/Dockerfile
index a95e7404..48f76f90 100644
--- a/projects/cel-cpp/Dockerfile
+++ b/projects/cel-cpp/Dockerfile
@@ -26,3 +26,6 @@ RUN cat WORKSPACE >> $SRC/cel-cpp/WORKSPACE
RUN cat .bazelrc >> $SRC/cel-cpp/.bazelrc
RUN echo "4.1.0" > $SRC/cel-cpp/.bazelversion
WORKDIR $SRC/cel-cpp
+# 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