aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/perfetto/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/perfetto/Dockerfile')
-rw-r--r--projects/perfetto/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/perfetto/Dockerfile b/projects/perfetto/Dockerfile
index 1ab2c35d..d864e7ff 100644
--- a/projects/perfetto/Dockerfile
+++ b/projects/perfetto/Dockerfile
@@ -25,3 +25,6 @@ RUN $SRC/perfetto/infra/oss-fuzz/init_container
WORKDIR $SRC/perfetto
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