Call update-generated-protobuf from update-codegen

Calling update-codegen.sh with no arguments runs all the functions in
definition order.  Client-generation depends on protobuf, so protobuf
codegen needs to be near the beginning.

Also add some debug output for protobuf generation.

Also hide some old, verbose debug output.
This commit is contained in:
Tim Hockin
2023-01-13 21:41:23 -08:00
parent 589300dd84
commit 0ef664c278
6 changed files with 42 additions and 131 deletions

View File

@@ -36,7 +36,6 @@ if ! ${ALL} ; then
fi
BASH_TARGETS=(
update-generated-protobuf
update-codegen
update-generated-runtime
update-generated-device-plugin