aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/powerdns/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/powerdns/Dockerfile')
-rw-r--r--projects/powerdns/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/powerdns/Dockerfile b/projects/powerdns/Dockerfile
index 6d02406e..236294c0 100644
--- a/projects/powerdns/Dockerfile
+++ b/projects/powerdns/Dockerfile
@@ -30,3 +30,6 @@ WORKDIR pdns
# copy build script and other fuzzer files in src dir
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