-
Notifications
You must be signed in to change notification settings - Fork 441
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
cc_library deps on bazel 0.25.x error #223
Comments
I don't have any insight into recent changes but one observation for now: It seems unusual to me that we're seeing an issue with "remotejdk11" when compiling The output of the following bazel command should be pretty complete and may be helpful to maintainers here familiar with recent changes (though please look through it to make sure nothing proprietary is being shared):
|
Hey, thanks for replying. The output is
EDIT |
@hlopko: Is there something that changed in C++ providers? It looks like the above |
Just confirmed that problem remains on 0.25.2 release. Should this maybe be moved to bazelbuild/bazel? Also tested on multiple computers... problem is always the same. Would be really grateful for any suggestions? |
Happy to close this issue. The problem seems to be gone on bazel versions 0.26 and 0.27. with newest rules_rust. Not sure what changed tho. |
Not sure if this is rules_rust issue, or again upstream. I am getting error when trying to compile
bactrace-sys
using thecc_library
as dependency. The bazel complains thatbacktrace
target is neitherrust_library
,rust_*_library
orcc_library
.Also following INFO messages are obtained:
Also on 0.24.x everything works. Any idea what changed on 0.25.x?
The text was updated successfully, but these errors were encountered: