aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/wabt/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/wabt/Dockerfile')
-rw-r--r--projects/wabt/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/wabt/Dockerfile b/projects/wabt/Dockerfile
index ac7efab8..c05b34c5 100644
--- a/projects/wabt/Dockerfile
+++ b/projects/wabt/Dockerfile
@@ -21,3 +21,6 @@ WORKDIR wabt
RUN git submodule init
RUN git submodule update
COPY build.sh wasm2wat_fuzzer.cc $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