From 822994dadb5b8d8854b382dabbaa5dfe3f4b6abe Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Sat, 27 Aug 2022 08:45:37 -0700 Subject: [PATCH] [containerd] remove cncf-fuzzing (#8360) The only fuzzer we have there is containerd_import_structured_fuzzer.go but it is ignored by build.sh since https://github.com/cncf/cncf-fuzzing/pull/220. Signed-off-by: Kazuyoshi Kato Signed-off-by: Kazuyoshi Kato --- projects/containerd/Dockerfile | 1 - projects/containerd/build.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/projects/containerd/Dockerfile b/projects/containerd/Dockerfile index a90bce9a2..7ae42468b 100644 --- a/projects/containerd/Dockerfile +++ b/projects/containerd/Dockerfile @@ -17,6 +17,5 @@ FROM gcr.io/oss-fuzz-base/base-builder-go RUN apt-get update && apt-get install -y btrfs-progs libc-dev pkg-config libseccomp-dev gcc wget libbtrfs-dev RUN git clone --depth 1 https://github.com/containerd/containerd -RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing COPY build.sh $SRC/ WORKDIR $SRC/containerd diff --git a/projects/containerd/build.sh b/projects/containerd/build.sh index d40abb9c9..caeb6056f 100644 --- a/projects/containerd/build.sh +++ b/projects/containerd/build.sh @@ -16,4 +16,3 @@ ################################################################################ $SRC/containerd/contrib/fuzz/oss_fuzz_build.sh -$SRC/cncf-fuzzing/projects/containerd/build.sh