From 30cb19049ef4fa784b05068dc7099df71576b24e Mon Sep 17 00:00:00 2001 From: Vishal Reddy Gurrala Date: Mon, 17 Jun 2024 19:07:12 -0500 Subject: [PATCH] containerd: move clone instrumentation to oss_fuzz_build.sh --- projects/containerd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/containerd/Dockerfile b/projects/containerd/Dockerfile index e3626f7600c1..934e8c18acdf 100644 --- a/projects/containerd/Dockerfile +++ b/projects/containerd/Dockerfile @@ -17,6 +17,6 @@ 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/AdamKorcz/instrumentation +#RUN git clone --depth=1 https://github.com/AdamKorcz/instrumentation COPY build.sh $SRC/ WORKDIR $SRC/containerd