aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2023-11-06 14:42:44 -0800
committerGitHub <noreply@github.com>2023-11-06 14:42:44 -0800
commitedb1afd0490d202d78eb0e8a275fef72077a3eae (patch)
tree0d05ea5efeb6177951e32e1ef685e27f46bb82a1
parent666689e0f7ce71fa01d7641ac39ae5e2cd2e72a9 (diff)
downloadprotobuf-edb1afd0490d202d78eb0e8a275fef72077a3eae.tar.gz
Move python/BUILD to python/BUILD.bazel (#14658)
This should address the issue in #14600 by avoiding a conflict on with the `build` directory created by setup.py on a case-insensitive filesystem. Closes #14600. PiperOrigin-RevId: 579859556
-rw-r--r--python/BUILD.bazel (renamed from python/BUILD)0
-rw-r--r--python/build_targets.bzl2
2 files changed, 1 insertions, 1 deletions
diff --git a/python/BUILD b/python/BUILD.bazel
index ea1dac316..ea1dac316 100644
--- a/python/BUILD
+++ b/python/BUILD.bazel
diff --git a/python/build_targets.bzl b/python/build_targets.bzl
index 91c8dfb37..fff32b4a5 100644
--- a/python/build_targets.bzl
+++ b/python/build_targets.bzl
@@ -456,7 +456,7 @@ def build_targets(name):
"google/protobuf/pyext/*.cc",
"google/protobuf/pyext/*.h",
]) + [
- "BUILD",
+ "BUILD.bazel",
"MANIFEST.in",
"README.md",
"build_targets.bzl",