File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ compile_go_fuzzer github.com/containerd/containerd/contrib/fuzz FuzzApply fuzz_a
3030
3131# FuzzCreateContainer requires more setup than the fuzzers above.
3232# We need the binaries from "make".
33- wget -c https://github.com/google /protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
33+ wget -c https://github.com/protocolbuffers /protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
3434unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local
3535
3636export CGO_ENABLED=1
@@ -43,7 +43,6 @@ cd runc
4343make
4444make install
4545
46-
4746# Build static containerd
4847cd $SRC /containerd
4948make EXTRA_FLAGS=" -buildmode pie" \
You can’t perform that action at this time.
0 commit comments