Minor cleanup + kokoro ubuntu fix (#86)

* tools: Minor clean up of protocol_gen.go

* Fix kokoro/ubuntu builds
This commit is contained in:
Ben Clayton
2022-12-16 13:53:50 +00:00
committed by GitHub
parent 87f8b4a06b
commit 8a320f56dc
2 changed files with 10 additions and 8 deletions

View File

@@ -22,6 +22,9 @@ set -x # Display commands being run.
cd github/cppdap
# Silence "fatal: unsafe repository" errors
git config --global --add safe.directory '*'
git submodule update --init
if [ "$BUILD_SYSTEM" == "cmake" ]; then