aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/usbguard/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/usbguard/Dockerfile')
-rw-r--r--projects/usbguard/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/usbguard/Dockerfile b/projects/usbguard/Dockerfile
index 98a042a1..0bfc080a 100644
--- a/projects/usbguard/Dockerfile
+++ b/projects/usbguard/Dockerfile
@@ -42,3 +42,6 @@ RUN git clone --recurse-submodules --depth 1 \
https://github.com/USBGuard/usbguard usbguard
WORKDIR usbguard
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