aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/duckdb/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/duckdb/Dockerfile')
-rw-r--r--projects/duckdb/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/duckdb/Dockerfile b/projects/duckdb/Dockerfile
index 4b35176c..ddba6201 100644
--- a/projects/duckdb/Dockerfile
+++ b/projects/duckdb/Dockerfile
@@ -18,3 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN git clone --depth=1 https://github.com/duckdb/duckdb duckdb
WORKDIR duckdb
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