aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/alembic/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/alembic/Dockerfile')
-rw-r--r--projects/alembic/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/alembic/Dockerfile b/projects/alembic/Dockerfile
index baf498d3..a377686c 100644
--- a/projects/alembic/Dockerfile
+++ b/projects/alembic/Dockerfile
@@ -27,3 +27,6 @@ RUN git clone -b v2.4.2 --depth 1 https://github.com/AcademySoftwareFoundation/o
COPY build.sh *.h *.cc $SRC/
WORKDIR $WORK/
+# 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