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

feat: expose runfiles environment variables #217

Merged
merged 4 commits into from
Feb 11, 2024
Merged

feat: expose runfiles environment variables #217

merged 4 commits into from
Feb 11, 2024

Conversation

aherrmann
Copy link
Owner

Part of #86

Bazel merges runfiles at the top-level. If nested processes need to access runfiles, then the environment must contain the relevant varibles to point to the top-level runfiles manifest or directory.

  • runfiles manifest: remember path
  • Expose the runfiles environment variables
  • Unit test runfiles directory
  • e2e test: nested binary runfiles

@aherrmann aherrmann merged commit 35277ba into main Feb 11, 2024
21 checks passed
@aherrmann aherrmann deleted the runfiles-env branch February 11, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant