aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libsass/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libsass/Dockerfile')
-rw-r--r--projects/libsass/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/libsass/Dockerfile b/projects/libsass/Dockerfile
index 93ad9874..5e275fbb 100644
--- a/projects/libsass/Dockerfile
+++ b/projects/libsass/Dockerfile
@@ -20,3 +20,6 @@ RUN git clone --depth 1 https://github.com/sass/libsass.git libsass
WORKDIR $SRC
COPY build.sh $SRC/
COPY data_context_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