mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 05:54:26 +01:00
To prepare for merging into kata-containers repository. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
15 lines
326 B
Bash
Executable File
15 lines
326 B
Bash
Executable File
#
|
|
# Copyright 2019 HyperHQ Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
protoc \
|
|
-I=$GOPATH/src \
|
|
-I=$GOPATH/src/github.com/gogo/protobuf/protobuf \
|
|
--proto_path=protocols/cache \
|
|
--gogofast_out=\
|
|
Mgoogle/protobuf/empty.proto=github.com/gogo/protobuf/types,\
|
|
plugins=grpc:protocols/cache \
|
|
protocols/cache/cache.proto
|