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

Also propagate linkstamps through rust_libraries #975

Merged
merged 1 commit into from
Oct 15, 2021

Conversation

hlopko
Copy link
Member

@hlopko hlopko commented Oct 15, 2021

Before this PR we were only propagating linkstamps from C++
dependency to Rust target, but we did not propagate from Rust to Rust.
This PR fixes it by moving the logic to collect linkstamps from
dependencies from the if branch that only covers C++ deps to a place
that affects all deps.

Before this PR we were only propagating linkstamps from C++
dependency to Rust target, but we did not propagate from Rust to Rust.
This PR fixes it by moving the logic to collect linkstamps from
dependencies from the if branch that only covers C++ deps to a place
that affects all deps.
@google-cla google-cla bot added the cla: yes label Oct 15, 2021
@hlopko hlopko requested a review from scentini October 15, 2021 08:32
@hlopko
Copy link
Member Author

hlopko commented Oct 15, 2021

CC @krasimirgg

Copy link
Collaborator

@scentini scentini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scentini scentini merged commit 89d207b into bazelbuild:main Oct 15, 2021
@krasimirgg
Copy link
Collaborator

Nice!

@hlopko hlopko deleted the fix_linkstamps2 branch October 15, 2021 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants