-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow users to choose subsets of commands #14
Comments
|
It would be nice to standardize on one approach here. E.g. one could make |
Some of our commands are cheap to provision (just a simple download), some of them are expensive since they will be built from source with many dependencies.
Always building all tools therefore seems excessive.
Possible solutions:
bazel_env add
to actually provision them. Or allowselect
in the attribute so that some simple lines in the user's .bazelrc suffice.The text was updated successfully, but these errors were encountered: