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(pinning): use runfiles lookup #900

Merged
merged 2 commits into from
May 25, 2023
Merged

Commits on May 12, 2023

  1. fix(pinning): use runfiles lookup

    This allows pinning to work with --noenable_runfiles, for example on a typical Windows setup.
    
    Fixes bazel-contrib#899
    alexeagle committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e923aac View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. chore: rlocationpath was introduced in bazel 5.4.0

    So, use execpath and massage the external/ portion from it.
    alexeagle committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b2a6ef8 View commit details
    Browse the repository at this point in the history