[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 <katokazu@amazon.com>

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato 2022-08-27 08:45:37 -07:00 committed by GitHub
parent f93b8506e8
commit 822994dadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -16,4 +16,3 @@
################################################################################
$SRC/containerd/contrib/fuzz/oss_fuzz_build.sh
$SRC/cncf-fuzzing/projects/containerd/build.sh