mirror of https://github.com/google/oss-fuzz.git
containerd: use main branch of instrumentation (#11953)
The github.com/AdamKorcz/instrumentation package is used as part of the oss-fuzz implementation for containerd, however the dev branch is missing commits that add support for Go 1.22. Signed-off-by: Samuel Karp <samuelkarp@google.com>
This commit is contained in:
parent
a513de214d
commit
3fca434708
|
@ -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 --branch=dev https://github.com/AdamKorcz/instrumentation
|
||||
RUN git clone --depth=1 https://github.com/AdamKorcz/instrumentation
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/containerd
|
||||
|
|
Loading…
Reference in New Issue