aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/muduo/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/muduo/Dockerfile')
-rw-r--r--projects/muduo/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/muduo/Dockerfile b/projects/muduo/Dockerfile
index d8ba2234..dca00b59 100644
--- a/projects/muduo/Dockerfile
+++ b/projects/muduo/Dockerfile
@@ -19,3 +19,6 @@ RUN apt-get update && apt-get install -y make libboost-dev
RUN git clone --depth 1 https://github.com/chenshuo/muduo
WORKDIR muduo
COPY build.sh muduo_http_fuzzer.cpp $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