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 /d %~dp0
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
git submodule foreach --recursive git submodule update --init
|
|
||||||
|
|
||||||
.\run-tests.bat
|
.\run-tests.bat
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,7 @@ set -e
|
||||||
cd $(dirname $0)/..
|
cd $(dirname $0)/..
|
||||||
|
|
||||||
# Install gRPC and its submodules.
|
# Install gRPC and its submodules.
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
git submodule foreach --recursive git submodule update --init
|
|
||||||
|
|
||||||
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,7 @@ call npm install -g node-gyp@3
|
||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
git submodule foreach --recursive git submodule update --init
|
|
||||||
|
|
||||||
set ARTIFACTS_OUT=artifacts
|
set ARTIFACTS_OUT=artifacts
|
||||||
cd packages\grpc-native-core
|
cd packages\grpc-native-core
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,7 @@ cd $(dirname $0)/../..
|
||||||
base_dir=$(pwd)
|
base_dir=$(pwd)
|
||||||
|
|
||||||
# Install gRPC and its submodules.
|
# Install gRPC and its submodules.
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
git submodule foreach --recursive git submodule update --init
|
|
||||||
|
|
||||||
pip install mako
|
pip install mako
|
||||||
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,7 @@ call npm install -g node-gyp@3
|
||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
git submodule foreach --recursive git submodule update --init
|
|
||||||
|
|
||||||
set ARTIFACTS_OUT=%cd%\artifacts
|
set ARTIFACTS_OUT=%cd%\artifacts
|
||||||
cd packages\grpc-native-core
|
cd packages\grpc-native-core
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,7 @@ cd $(dirname $0)/../..
|
||||||
base_dir=$(pwd)
|
base_dir=$(pwd)
|
||||||
|
|
||||||
# Install gRPC and its submodules.
|
# Install gRPC and its submodules.
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
git submodule foreach --recursive git submodule update --init
|
|
||||||
|
|
||||||
pip install mako
|
pip install mako
|
||||||
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue