aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/gnutls/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/gnutls/Dockerfile')
-rw-r--r--projects/gnutls/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/gnutls/Dockerfile b/projects/gnutls/Dockerfile
index cafa0a31..249a5287 100644
--- a/projects/gnutls/Dockerfile
+++ b/projects/gnutls/Dockerfile
@@ -47,3 +47,6 @@ RUN git clone --depth=1 --recursive https://gitlab.com/gnutls/gnutls.git
WORKDIR gnutls
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