mirror of https://github.com/grpc/grpc-node.git
Don't generate_projects in build scripts
This commit is contained in:
parent
314b07ddc0
commit
651274acb5
|
@ -32,9 +32,6 @@ cd $base_dir/packages/grpc-native-core
|
|||
# Install gRPC and its submodules.
|
||||
git submodule update --init --recursive
|
||||
|
||||
pip install mako
|
||||
./tools/buildgen/generate_projects.sh
|
||||
|
||||
case $ARCH in
|
||||
arm|arm64|s390x)
|
||||
docker build -t artifact-image $base_dir/tools/release/cross
|
||||
|
|
|
@ -32,9 +32,6 @@ cd $base_dir/packages/grpc-native-core
|
|||
# Install gRPC and its submodules.
|
||||
git submodule update --init --recursive
|
||||
|
||||
pip install mako
|
||||
./tools/buildgen/generate_projects.sh
|
||||
|
||||
export JOBS=8
|
||||
export ARTIFACTS_OUT=$base_dir/artifacts
|
||||
|
||||
|
|
Loading…
Reference in New Issue