aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavidKorczynski <david@adalogics.com>2024-05-04 15:35:22 +0100
committerGitHub <noreply@github.com>2024-05-04 15:35:22 +0100
commit0cc505948f26976c8fcabc80de4e749c4b2821b5 (patch)
treefb12b3bdef52fc2efec358d7ce090c9605c4c965
parent275320c15d26f7dd9a778f6a3d3beb22051603f7 (diff)
downloadoss-fuzz-0cc505948f26976c8fcabc80de4e749c4b2821b5.tar.gz
projects: remove OLD_LLVMPASS reference, batch 4 (#11905)
Signed-off-by: David Korczynski <david@adalogics.com>
-rw-r--r--projects/botan/Dockerfile3
-rw-r--r--projects/grpc-httpjson-transcoding/Dockerfile3
-rwxr-xr-xprojects/janet/Dockerfile3
-rw-r--r--projects/keystone/Dockerfile3
-rw-r--r--projects/nss/Dockerfile3
-rw-r--r--projects/powerdns/Dockerfile3
-rw-r--r--projects/valijson/Dockerfile3
-rw-r--r--projects/zstd/Dockerfile3
8 files changed, 0 insertions, 24 deletions
diff --git a/projects/botan/Dockerfile b/projects/botan/Dockerfile
index e485603e9..8055967bd 100644
--- a/projects/botan/Dockerfile
+++ b/projects/botan/Dockerfile
@@ -20,6 +20,3 @@ RUN git clone --depth 1 https://github.com/randombit/botan.git botan
RUN git clone --depth 1 https://github.com/randombit/crypto-corpus.git fuzzer_corpus
WORKDIR botan
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
diff --git a/projects/grpc-httpjson-transcoding/Dockerfile b/projects/grpc-httpjson-transcoding/Dockerfile
index fecfd2f9a..1746a42a4 100644
--- a/projects/grpc-httpjson-transcoding/Dockerfile
+++ b/projects/grpc-httpjson-transcoding/Dockerfile
@@ -21,6 +21,3 @@ RUN apt-get update && apt-get install python -y
RUN git clone https://github.com/grpc-ecosystem/grpc-httpjson-transcoding.git
WORKDIR $SRC/grpc-httpjson-transcoding/
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
diff --git a/projects/janet/Dockerfile b/projects/janet/Dockerfile
index b47057053..0a24e47ea 100755
--- a/projects/janet/Dockerfile
+++ b/projects/janet/Dockerfile
@@ -20,6 +20,3 @@ RUN git clone https://github.com/janet-lang/janet
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
diff --git a/projects/keystone/Dockerfile b/projects/keystone/Dockerfile
index e9c16c43b..29bcdfd14 100644
--- a/projects/keystone/Dockerfile
+++ b/projects/keystone/Dockerfile
@@ -19,6 +19,3 @@ RUN apt-get update && apt-get install -y make cmake
RUN git clone --depth 1 https://github.com/keystone-engine/keystone.git
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
diff --git a/projects/nss/Dockerfile b/projects/nss/Dockerfile
index 4b657e5ae..1bc729b23 100644
--- a/projects/nss/Dockerfile
+++ b/projects/nss/Dockerfile
@@ -23,6 +23,3 @@ RUN git clone --depth 1 https://github.com/mozilla/nss-fuzzing-corpus.git nss-co
WORKDIR nss
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
diff --git a/projects/powerdns/Dockerfile b/projects/powerdns/Dockerfile
index 5115daaaa..b605d4da3 100644
--- a/projects/powerdns/Dockerfile
+++ b/projects/powerdns/Dockerfile
@@ -31,6 +31,3 @@ WORKDIR pdns
# copy build script and other fuzzer files in src dir
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
diff --git a/projects/valijson/Dockerfile b/projects/valijson/Dockerfile
index e946b4797..2f17c0399 100644
--- a/projects/valijson/Dockerfile
+++ b/projects/valijson/Dockerfile
@@ -21,6 +21,3 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
RUN git clone --depth 1 https://github.com/tristanpenman/valijson
WORKDIR valijson
RUN cp $SRC/valijson/tests/fuzzing/oss-fuzz-build.sh $SRC/build.sh
-# 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
diff --git a/projects/zstd/Dockerfile b/projects/zstd/Dockerfile
index 5eeb4df43..d8b8c5e17 100644
--- a/projects/zstd/Dockerfile
+++ b/projects/zstd/Dockerfile
@@ -20,6 +20,3 @@ RUN apt-get update && apt-get install -y make python wget
RUN git clone --depth 1 https://github.com/facebook/zstd
WORKDIR zstd
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