Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
//stardoc:distro_bins
empty glob
For a ruleset like rules_apple that still supports Bazel 6, fix support on pre-`0.7.0` releases by strictly allowing an empty glob on the `//stardoc:distro_bins` to fix an issue like bazelbuild/rules_apple#2555. Signed-off-by: Matt Robinson <[email protected]>