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 #16008

Closed
wants to merge 2 commits into from

Commits on Jul 30, 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.
    fmeum committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8dd6376 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Skip test on macOS

    fmeum authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    797a562 View commit details
    Browse the repository at this point in the history