Skip to content

Commit

Permalink
projects: Remove unused OLD_LLVMPASS (#12576)
Browse files Browse the repository at this point in the history
Co-authored-by: MarcoFalke <[email protected]>
  • Loading branch information
maflcko and maflcko authored Oct 9, 2024
1 parent c115e2e commit c26d5bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions projects/perfetto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ RUN $SRC/perfetto/infra/oss-fuzz/init_container

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
3 changes: 0 additions & 3 deletions projects/wolfssl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,3 @@ RUN gsutil cp gs://libressl-backup.clusterfuzz-external.appspot.com/corpus/libFu
WORKDIR wolfssl

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 c26d5bc

Please sign in to comment.