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

Remove unnecessary ctx.resolve_tools. #763

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

tjgq
Copy link
Contributor

@tjgq tjgq commented Feb 23, 2024

ctx.actions.run(executable = ...) is sufficient to include the runfiles in the action inputs. (More generally, for tools other than the executable,ctx.resolve_tools is discouraged in favor of ctx.actions.run(tools = ...).)

`ctx.actions.run(executable = ...)` is sufficient to include the runfiles in the action inputs. (More generally, ctx.resolve_tools is discouraged in favor of `ctx.actions.run(tools = ...)`.)
@CLAassistant
Copy link

CLAassistant commented Feb 23, 2024

CLA assistant check
All committers have signed the CLA.

@jbedard jbedard merged commit e514283 into aspect-build:main Feb 26, 2024
32 checks passed
This was referenced Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants