aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libcoap/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libcoap/Dockerfile')
-rw-r--r--projects/libcoap/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/libcoap/Dockerfile b/projects/libcoap/Dockerfile
index 483ce973..3e4afc3d 100644
--- a/projects/libcoap/Dockerfile
+++ b/projects/libcoap/Dockerfile
@@ -20,3 +20,6 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
RUN git clone --depth 1 https://github.com/obgm/libcoap.git libcoap
WORKDIR libcoap
COPY 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