mirror of https://github.com/grpc/grpc-node.git
Fix MacOS failure
This commit is contained in:
parent
2df072de3f
commit
6109391e36
|
|
@ -17,7 +17,6 @@
|
|||
cd /d %~dp0
|
||||
cd ..
|
||||
|
||||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
||||
.\run-tests.bat
|
||||
|
|
|
|||
|
|
@ -17,8 +17,7 @@ set -e
|
|||
cd $(dirname $0)/..
|
||||
|
||||
# Install gRPC and its submodules.
|
||||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
||||
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -27,8 +27,7 @@ call npm install -g node-gyp@3
|
|||
cd /d %~dp0
|
||||
cd ..\..
|
||||
|
||||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
||||
set ARTIFACTS_OUT=artifacts
|
||||
cd packages\grpc-native-core
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@ cd $(dirname $0)/../..
|
|||
base_dir=$(pwd)
|
||||
|
||||
# Install gRPC and its submodules.
|
||||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
||||
pip install mako
|
||||
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
||||
|
|
|
|||
|
|
@ -27,8 +27,7 @@ call npm install -g node-gyp@3
|
|||
cd /d %~dp0
|
||||
cd ..\..
|
||||
|
||||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
||||
set ARTIFACTS_OUT=%cd%\artifacts
|
||||
cd packages\grpc-native-core
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@ cd $(dirname $0)/../..
|
|||
base_dir=$(pwd)
|
||||
|
||||
# Install gRPC and its submodules.
|
||||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
||||
pip install mako
|
||||
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue