Skip to content

Commit acecd66

Browse files
committed
Change protoc link
Signed-off-by: AdamKorcz <[email protected]>
1 parent cc88f8e commit acecd66

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

contrib/fuzz/oss_fuzz_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
3434
unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local
3535

3636
export CGO_ENABLED=1
@@ -43,7 +43,6 @@ cd runc
4343
make
4444
make install
4545

46-
4746
# Build static containerd
4847
cd $SRC/containerd
4948
make EXTRA_FLAGS="-buildmode pie" \

0 commit comments

Comments
 (0)