forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only process executable path for path mapping
This fixes a few issues introduced in 282ac62: * Only the executable path in the first argument of a `CommandLines` instance should be subject to path mapping. * String arguments that are not normalized as path strings and thus can't possibly be the optimized memory representation used for the executable arg by `StarlarkAction` should not be modified. Also removes an class that became unused in that commit. Closes bazelbuild#24576. PiperOrigin-RevId: 703536848 Change-Id: I358696bc268ab1f400798ef55ea4db8d556f07dd
- Loading branch information
1 parent
751bad5
commit b00576d
Showing
3 changed files
with
78 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
src/main/java/com/google/devtools/build/lib/actions/PathStrippable.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters