You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had an in-flight collision between two PRs. bazel-contrib#3679 added a cc_library, but Node.js doesn't ship the required headers on Windows, so it wouldn't work there.
bazel-contrib#3621 disallows empty glob, which breaks because of the missing headers.
Just add the allow_empty here to make it green.
0 commit comments