From b3c5fc7de3ff5392f91f63f8426ea6f588ee9ccb Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Mon, 9 Apr 2018 11:03:49 -0700 Subject: [PATCH] Make protoc and grpc_*_plugin files executable on Kokoro --- tools/internal_ci/linux/grpc_build_packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/internal_ci/linux/grpc_build_packages.sh b/tools/internal_ci/linux/grpc_build_packages.sh index 9f65d8ed5f4..ff71298add4 100644 --- a/tools/internal_ci/linux/grpc_build_packages.sh +++ b/tools/internal_ci/linux/grpc_build_packages.sh @@ -30,6 +30,7 @@ set -ex # where they can be accessed from within a docker container that builds # the packages mv ${KOKORO_GFILE_DIR}/github/grpc/artifacts input_artifacts || true +chmod +x input_artifacts/protoc*/* || true ls -R input_artifacts || true tools/run_tests/task_runner.py -f package linux -j 6