-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing srcs
in BUILD file
#2
Comments
Lots of these bazel modules were auto generated and have some errors. Generally speaking I've relied on community members notifying of an issue (as you've done!) and fixing them as they come up. Feel free to submit a PR with a fix or if you have some patience I'll get to it eventually :) I've transfered your issue to the |
If you are going to try and fix some repositories that would be great. You can take some reference some other modules that are more complete such as https://github.com/bazelboost/process (although not fully complete.) Each bazelboost repository should have tests in the |
Okay awesome! I will get on it as I find things. |
Going to close this since it is already being addressed elsewhere. |
I am unfamiliar with bazel's inner workings and want to help this project so can you explain why no
srcs
section ofBUILD
files like https://github.com/bazelboost/thread/blob/bazelboost-1.83.0/BUILD.bazel.I am asking because I am trying to migrate my build of a large repo from nelhage boost to this one and during linking I am getting a lot of "Undefined symbols for architecture arm64" and am going to try and fix it.
If you have any pointers of how to address this then please let me know.
The text was updated successfully, but these errors were encountered: