Skip to content

Commit

Permalink
remove usage of OLD_LLVMPASS
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Oct 3, 2024
1 parent c3df2de commit b09f66e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion projects/bearssl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
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
1 change: 0 additions & 1 deletion projects/bls-signatures/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ RUN wget -q https://nim-lang.org/download/nim-2.0.8-linux_x32.tar.xz
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
1 change: 0 additions & 1 deletion projects/cmake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ WORKDIR CMake
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
1 change: 0 additions & 1 deletion projects/firestore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ RUN git clone --depth 1 https://github.com/firebase/firebase-ios-sdk.git
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
1 change: 0 additions & 1 deletion projects/flatbuffers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ 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
1 change: 0 additions & 1 deletion projects/json/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ WORKDIR json/
COPY build.sh *.options parse_afl_fuzzer.dict $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
1 change: 0 additions & 1 deletion projects/libecc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ RUN wget -q https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
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
1 change: 0 additions & 1 deletion projects/nettle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ RUN test "$(sha256sum gmp-6.2.1.tar.lz)" = "2c7f4f0d370801b2849c48c9ef3f59553b5f
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
1 change: 0 additions & 1 deletion projects/opencv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ COPY build.sh $SRC/
COPY *.cc *.h $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
# Runner have memory limit 2048Mb, set imread pixel limit 712Mpix ~ 2037Mb (BGR)
ENV OPENCV_IO_MAX_IMAGE_PIXELS=712000000
1 change: 0 additions & 1 deletion projects/perfetto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ WORKDIR $SRC/perfetto
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

0 comments on commit b09f66e

Please sign in to comment.