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

Commits on Oct 15, 2021

  1. Also propagate linkstamps through rust_libraries

    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.
    hlopko committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b8aa78c View commit details
    Browse the repository at this point in the history