runtime: Update hypervisor generated code

Update to use ttrpc_out instead of grpc_out

Fixes: #8519
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2023-11-21 18:13:01 +00:00
parent 1f1e5377e5
commit 613c75ba8c
3 changed files with 93 additions and 224 deletions

View File

@@ -10,5 +10,5 @@ protoc \
-I=$GOPATH/src \
--proto_path=$HYPERVISOR_PATH \
--go_out=$HYPERVISOR_PATH \
--go-grpc_out=$HYPERVISOR_PATH \
--go-ttrpc_out=$HYPERVISOR_PATH \
$HYPERVISOR_PATH/hypervisor.proto