From 9b7685436b2c82abc327823f77462ae847d0ed09 Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Fri, 13 Aug 2021 20:09:07 +0000 Subject: [PATCH] Removing php workaround --- php/generate_test_protos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/generate_test_protos.sh b/php/generate_test_protos.sh index 424b50f42b..8607499c8e 100755 --- a/php/generate_test_protos.sh +++ b/php/generate_test_protos.sh @@ -10,7 +10,7 @@ else # Bazel seems to be creating a problematic symlink in # _build/out/external/com_google_protobuf, so we remove the _build directory # before building protoc. - (cd .. && rm -rf _build && bazel build -c opt :protoc) + (cd .. && bazel build -c opt :protoc) PROTOC=bazel-bin/protoc fi