-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Propagate linkopts
of header-only libraries to cc_shared_library
#23215
Conversation
148c217
to
853475d
Compare
@oquenchil The Windows failure may just be a long path issue. Could we try to use less deeply nested test cases? I don't know how that would interfere with the internal directory layout though. |
@oquenchil Friendly ping |
@pzembrod Could you take a look if Pedro is unavailable as a reviewer? |
@oquenchil Friendly ping |
853475d
to
b6cdf37
Compare
In my opinion shortening @pzembrod Can you advise Fabian on what the layout should be? |
b6cdf37
to
9446450
Compare
9446450
to
84877ef
Compare
18a4632
to
b7f25ce
Compare
b7f25ce
to
abe4d46
Compare
I think shortening cc_shared_library/test_cc_shared_libraryX to cc_shared_library/testX is a good idea, not just okay. I think the context for the tests is absolutely clear enough from the parent directory cc_shared_library so it doesn't need to be repeated in the test directory. |
@bazel-io fork 8.0.0 |
Fixes bazelbuild#21884 Fixes bazelbuild#23053 Closes bazelbuild#23215. PiperOrigin-RevId: 686518093 Change-Id: I1a6699b169fe4291ad0dda3be7e74f38c8e37bf1
Fixes bazelbuild#21884 Fixes bazelbuild#23053 Closes bazelbuild#23215. PiperOrigin-RevId: 686518093 Change-Id: I1a6699b169fe4291ad0dda3be7e74f38c8e37bf1
Fixes bazelbuild#21884 Fixes bazelbuild#23053 Closes bazelbuild#23215. PiperOrigin-RevId: 686518093 Change-Id: I1a6699b169fe4291ad0dda3be7e74f38c8e37bf1
Fixes #21884
Fixes #23053