Generated BUILD.bazel files should use allow_empty
#88
Labels
needs-repro
A possible issue, but lacking a clear example
allow_empty
#88
Some Gems result in an empty glob inside the generated BUILD files, which causes Bazel to fail. Generated globs which may be empty should probably pass
allow_empty = True
to theglob()
function. This is notably a problem for nokogiri.The text was updated successfully, but these errors were encountered: