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: resolve installed binaries to local paths #9496

Merged

Commits on Jan 11, 2024

  1. fix: allow resolving binaries to original paths

    Previously, we'd always binaries from the install context
    (_build/install/$context/bin). This would unnecessarily load the install
    rules.
    
    Now, we add an argument that allows us to resolve to the original paths.
    Reducing the amount of rules that need to be loaded.
    
    We use this argument in a few cases where we don't need to build the
    path in _build/install
    
    <!-- ps-id: cb6fc8f6-5f50-439b-b542-6b933c656af0 -->
    
    Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
    rgrinberg committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    71804bb View commit details
    Browse the repository at this point in the history