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

Fix rpath for binaries in external repositories #16079

Merged
merged 1 commit into from
Aug 10, 2022

Commits on Aug 10, 2022

  1. Fix rpath for binaries in external repositories

    The solib directory is located within the subdirectory of the runfiles
    directory corresponding to the workspace. Thus, if a binary is contained
    in an external repository, its $ORIGIN relative rpath has to first
    ascend to the runfiles directory and then descend into the workspace
    directory.
    
    Fixes bazelbuild#16003
    
    Closes bazelbuild#16008.
    
    PiperOrigin-RevId: 466634083
    Change-Id: I4ada28b459f23f68a2091dbaad9147cfec2fbe43
    fmeum committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6e01c6f View commit details
    Browse the repository at this point in the history