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(windows): unbreak CI with allow_empty #3681

Merged
merged 1 commit into from
Aug 12, 2023
Merged

fix(windows): unbreak CI with allow_empty #3681

merged 1 commit into from
Aug 12, 2023

Conversation

alexeagle
Copy link
Collaborator

We had an in-flight collision between two PRs. #3679 added a cc_library, but Node.js doesn't ship the required headers on Windows, so it wouldn't work there. #3621 disallows empty glob, which breaks because of the missing headers. Just add the allow_empty here to make it green.

We had an in-flight collision between two PRs. #3679 added a cc_library, but Node.js doesn't ship the required headers on Windows, so it wouldn't work there.
#3621 disallows empty glob, which breaks because of the missing headers.
Just add the allow_empty here to make it green.
@alexeagle alexeagle merged commit f9ea4ac into main Aug 12, 2023
4 checks passed
@alexeagle alexeagle deleted the fix_windows branch August 12, 2023 00:58
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.

None yet

2 participants