diff --git a/packages/grpc-native-core/tools/buildgen/generate_projects.sh b/packages/grpc-native-core/tools/buildgen/generate_projects.sh index 448aad44..1a1d7b6f 100755 --- a/packages/grpc-native-core/tools/buildgen/generate_projects.sh +++ b/packages/grpc-native-core/tools/buildgen/generate_projects.sh @@ -23,4 +23,4 @@ native_root=$root/packages/grpc-native-core output_file=$(mktemp /tmp/genXXXXXX) python $native_root/tools/buildgen/gen_build_yaml.py > $output_file -$native_root/tools/buildgen/generate_projects.sh $native_root/build.yaml $output_file --base=$root --templates $(find templates -type f) +$native_root/deps/grpc/tools/buildgen/generate_projects.sh $native_root/build.yaml $output_file --base=$root --templates $(find templates -type f) diff --git a/packages/grpc-native-core/tools/run_tests/artifacts/build_one_artifact_in_docker.sh b/packages/grpc-native-core/tools/run_tests/artifacts/build_one_artifact_in_docker.sh index b8408dc8..5630444c 100644 --- a/packages/grpc-native-core/tools/run_tests/artifacts/build_one_artifact_in_docker.sh +++ b/packages/grpc-native-core/tools/run_tests/artifacts/build_one_artifact_in_docker.sh @@ -50,5 +50,5 @@ case $RUNTIME in ;; esac -./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$VERSION --target_arch=$ARCH --runtime=$RUNTIME --target_libc=$LIBC +./node_modules/.bin/node-pre-gyp configure rebuild package --target=$VERSION --target_arch=$ARCH --runtime=$RUNTIME --target_libc=$LIBC cp -r build/stage/* "${ARTIFACTS_OUT}"/ \ No newline at end of file diff --git a/packages/grpc-native-core/tools/run_tests/artifacts/build_one_artifact_macos.sh b/packages/grpc-native-core/tools/run_tests/artifacts/build_one_artifact_macos.sh index 29157442..05992756 100755 --- a/packages/grpc-native-core/tools/run_tests/artifacts/build_one_artifact_macos.sh +++ b/packages/grpc-native-core/tools/run_tests/artifacts/build_one_artifact_macos.sh @@ -49,5 +49,5 @@ case $RUNTIME in node) esac -./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$VERSION --target_arch=$ARCH +./node_modules/.bin/node-pre-gyp configure rebuild package --target=$VERSION --target_arch=$ARCH cp -r build/stage/* "${ARTIFACTS_OUT}"/ \ No newline at end of file