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

substitute {chroot} marker in environment variables for remote execution #21810

Merged
merged 10 commits into from
Jan 3, 2025

Conversation

tdyas
Copy link
Contributor

@tdyas tdyas commented Jan 3, 2025

As described in #17519, remote execution environments did not substitute the {chroot} marker with the path to the execution sandbox as is done with local and Docker environments. #21803 added this support for program arguments. This PR completes the feature and implements that support for environment variables.

Closes #17519.

@tdyas tdyas added category:new feature release-notes:not-required PR doesn't require mention in release notes labels Jan 3, 2025
@tdyas tdyas removed the release-notes:not-required PR doesn't require mention in release notes label Jan 3, 2025
@tdyas tdyas marked this pull request as ready for review January 3, 2025 15:16
@tdyas tdyas requested review from huonw and benjyw January 3, 2025 15:16
@tdyas tdyas merged commit 441a17f into pantsbuild:main Jan 3, 2025
24 checks passed
@tdyas tdyas deleted the rexec/substitute-chroot-for-env-vars branch January 3, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remoting: support {chroot} in remote execution context
2 participants