Skip to content

Commit edb1afd

Browse files
authored
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
1 parent 666689e commit edb1afd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

python/build_targets.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def build_targets(name):
456456
"google/protobuf/pyext/*.cc",
457457
"google/protobuf/pyext/*.h",
458458
]) + [
459-
"BUILD",
459+
"BUILD.bazel",
460460
"MANIFEST.in",
461461
"README.md",
462462
"build_targets.bzl",

0 commit comments

Comments
 (0)