Closed jwnimmer-tri closed 3 days ago
In Bazel 8, glob lines that don't match anything are an error. (If we have lines that are expected to sometimes not match anything, then we need to mark that with allow_empty = True on the glob call.)
allow_empty = True
Towards #22182.
This change is
+@SeanCurtis-TRI for feature review, please.
In Bazel 8, glob lines that don't match anything are an error. (If we have lines that are expected to sometimes not match anything, then we need to mark that with
allow_empty = True
on the glob call.)Towards #22182.
This change is