forked from pantsbuild/pants
-
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.
…ntsbuild#17928) This changes the behaviour of `experimental_shell_command` and `experimental_run_in_sandbox`: processes are now run in the buildroot by default, a `workdir` must be specified explicitly to run in any other directory, including the one where the target is defined. If `workdir` is set, the output files are returned relative to the `workdir`, as before. There is possibly an argument in favour of adding an `output_prefix` field before stabilising. Fixes pantsbuild#16807.
- Loading branch information
Christopher Neugebauer
authored
Jan 9, 2023
1 parent
c676ef9
commit 7360eae
Showing
4 changed files
with
191 additions
and
21 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
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
Oops, something went wrong.