aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/hermes/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/hermes/Dockerfile')
-rw-r--r--projects/hermes/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/hermes/Dockerfile b/projects/hermes/Dockerfile
index 70f4293f..fc1c029b 100644
--- a/projects/hermes/Dockerfile
+++ b/projects/hermes/Dockerfile
@@ -29,3 +29,6 @@ RUN wget https://github.com/unicode-org/icu/archive/refs/tags/cldr/2021-08-25.ta
RUN git clone https://github.com/facebook/hermes.git
WORKDIR $SRC
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