You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my repo uses "BUILD.bazel" instead of "BUILD", which I believe is the current standard. however, buildozer doesn't support this :(
/home/thomas/devel/monorepo/sh/project/cultist/multiplayer/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/ts/math/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/ts/react/CopyToClipboard/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/ts/pulumi/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/bzl/hash/test/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/ts/math/canvas/braille/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/ts/pulumi/pleaseintroducemetoyour.dog/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/bzl/transcode_web/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/project/zemn.me/components/BUILD: file not found or not readable
/home/thomas/devel/monorepo/sh/project/ck3/recursive-vassals/BUILD: file not found or not readable
The text was updated successfully, but these errors were encountered:
Do you have mixed BUILD and BUILD.bazel files?
I looked around and could not reproduce it with only BUILD.bazel files,
but if I create a BUILD in the root and a nested BUILD.bazel it fails.
my repo uses "BUILD.bazel" instead of "BUILD", which I believe is the current standard. however, buildozer doesn't support this :(
The text was updated successfully, but these errors were encountered: