Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty glob in cc/private/BUILD #250

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Fix empty glob in cc/private/BUILD #250

merged 1 commit into from
Oct 7, 2024

Conversation

Wyverald
Copy link
Member

@Wyverald Wyverald commented Oct 4, 2024

the glob pattern **/*.bzl doesn't match anything there, and this is bad for --incompatible_disallow_empty_glob. This PR removes the offending line.

the glob pattern `**/*.bzl` doesn't match anything there, and this is bad for `--incompatible_disallow_empty_glob`. This PR removes the offending line.
@Wyverald Wyverald merged commit aba4617 into main Oct 7, 2024
5 of 6 checks passed
@Wyverald Wyverald deleted the Wyverald-patch-1 branch October 7, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants