mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
agent: generate proto files properly
Need to generate all protos. Depends-on: github.com/kata-containers/tests#3006 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
837343f08a
commit
6e9ca45732
@ -25,11 +25,6 @@ export VERSION_COMMIT := $(if $(COMMIT),$(VERSION)-$(COMMIT),$(VERSION))
|
|||||||
|
|
||||||
BUILD_TYPE = release
|
BUILD_TYPE = release
|
||||||
|
|
||||||
# set proto file to generate
|
|
||||||
ifdef proto
|
|
||||||
PROTO_FILE=${proto}
|
|
||||||
endif
|
|
||||||
|
|
||||||
ARCH = $(shell uname -m)
|
ARCH = $(shell uname -m)
|
||||||
LIBC ?= musl
|
LIBC ?= musl
|
||||||
ifneq ($(LIBC),musl)
|
ifneq ($(LIBC),musl)
|
||||||
@ -175,4 +170,4 @@ help: show-summary
|
|||||||
optimize
|
optimize
|
||||||
|
|
||||||
generate-protocols:
|
generate-protocols:
|
||||||
protocols/hack/update-generated-proto.sh "${PROTO_FILE}"
|
protocols/hack/update-generated-proto.sh all
|
||||||
|
Loading…
Reference in New Issue
Block a user