Change protoc link
Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
parent
cc88f8e0ae
commit
acecd66031
@ -30,7 +30,7 @@ compile_go_fuzzer github.com/containerd/containerd/contrib/fuzz FuzzApply fuzz_a
|
|||||||
|
|
||||||
# FuzzCreateContainer requires more setup than the fuzzers above.
|
# FuzzCreateContainer requires more setup than the fuzzers above.
|
||||||
# We need the binaries from "make".
|
# We need the binaries from "make".
|
||||||
wget -c https://github.com/google/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
|
wget -c https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
|
||||||
unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local
|
unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local
|
||||||
|
|
||||||
export CGO_ENABLED=1
|
export CGO_ENABLED=1
|
||||||
@ -43,7 +43,6 @@ cd runc
|
|||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
||||||
# Build static containerd
|
# Build static containerd
|
||||||
cd $SRC/containerd
|
cd $SRC/containerd
|
||||||
make EXTRA_FLAGS="-buildmode pie" \
|
make EXTRA_FLAGS="-buildmode pie" \
|
||||||
|
Loading…
Reference in New Issue
Block a user