mirror of https://github.com/google/oss-fuzz.git
libvips: remove OLD_LLVMPASS variable (#12001)
This became redundant aftera2c60af933
. --- Note that the failing introspector build was fixed via these commits:ee482ca49c
a9e161f04a
18031970f7
6e1045e099
This commit is contained in:
parent
a631d9f59d
commit
c9524ab339
|
@ -50,6 +50,3 @@ RUN git clone --depth 1 https://github.com/google/highway.git
|
|||
|
||||
WORKDIR libvips
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue