aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/tinygltf/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/tinygltf/Dockerfile')
-rw-r--r--projects/tinygltf/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/tinygltf/Dockerfile b/projects/tinygltf/Dockerfile
index 218baeb0..aaec1b3a 100644
--- a/projects/tinygltf/Dockerfile
+++ b/projects/tinygltf/Dockerfile
@@ -19,3 +19,6 @@ RUN pip3 install meson ninja
RUN git clone --depth 1 https://github.com/syoyo/tinygltf.git
WORKDIR $SRC/tinygltf
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