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

[7.3.0] Path map executable paths #23118

Merged
merged 1 commit into from
Jul 29, 2024

Commits on Jul 26, 2024

  1. [7.3.0] Path map executable paths

    In `CommandLines`, the very first argument of the first command line is always a path to an executable. As such, it should be path mapped, even when it is a string. This wasn't the case for `SpawnAction`'s created via `ctx.actions.run(executable = <some string>)`.
    
    Work towards bazelbuild#6526
    Work towards bazelbuild#22366
    
    Closes bazelbuild#22844.
    
    PiperOrigin-RevId: 656258007
    Change-Id: Ia046a7cc66aae51aec764e2f1c49e1d4f69e4b37
    
    Closes bazelbuild#23040
    fmeum committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4515833 View commit details
    Browse the repository at this point in the history