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

[feature][bazel] Add support for artifacts that need runfiles #2332

Closed
enteraga6 opened this issue Jun 22, 2023 · 0 comments
Closed

[feature][bazel] Add support for artifacts that need runfiles #2332

enteraga6 opened this issue Jun 22, 2023 · 0 comments
Labels
area:bazel Issue with the bazel builder. type:feature New feature or request

Comments

@enteraga6
Copy link
Collaborator

Issue

Currently, the Bazel Builder does not have support for artifacts that require runfiles in order to execute. The bazel builder produces artifacts, but if runfiles are required they are not provided with the artifact itself, making it impossible for it to run.

Proposal

Add support for runfiles by letting the user pass a flag into the Bazel Builder for if they want their artifacts to include any runfiles that Bazel generates for it. This will allow users to pick, based on if they need the runfiles or not.

@enteraga6 enteraga6 added status:triage Issue that has not been triaged type:feature New feature or request labels Jun 22, 2023
@ianlewis ianlewis added area:bazel Issue with the bazel builder. and removed status:triage Issue that has not been triaged labels Jun 22, 2023
@ianlewis ianlewis added this to the Bazel builder milestone Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:bazel Issue with the bazel builder. type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants