mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-19 13:34:21 +01:00
runtime: move all code to src/runtime
To prepare for merging into kata-containers repository. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
7
src/runtime/hack/selinux_tag.sh
Executable file
7
src/runtime/hack/selinux_tag.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright 2020 Red Hat Inc.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
pkg-config libselinux 2> /dev/null && echo selinux
|
||||
14
src/runtime/hack/update-generated-runtime-proto.sh
Executable file
14
src/runtime/hack/update-generated-runtime-proto.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user