Merge pull request #731 from murgatroid99/grpc-tools_build_fixes

Update submodules in grpc-tools kokoro scripts
This commit is contained in:
Michael Lumish 2019-02-12 09:41:29 -08:00 committed by GitHub
commit c349c201d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,11 @@
cd /d %~dp0
cd ../..
git submodule update --init --recursive
set ARTIFACTS_OUT=%cd%/artifacts
powershell -File ./packages/grpc-tools/build_binaries.ps1 || exit /b 1
powershell -File ./packages/grpc-tools/build_binaries.ps1 || goto :error
goto :EOF
:error
exit /b 1

View File

@ -4,6 +4,8 @@ base_dir=$(pwd)
OS=$(uname)
git submodule update --init --recursive
case $OS in
Linux)
docker build -t kokoro-native-image tools/release/native