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

Replaces --local_resources with --local_ram_resources and --local_cpu_resources #1614

Closed
susinmotion opened this issue Feb 6, 2020 · 0 comments · Fixed by #1622
Closed

Comments

@susinmotion
Copy link

--local_resources will be deprecated in Bazel 3.0.

Please replace uses of --local_resources with --local_ram_resources and --local_cpu_resources in your code and documentation.

eg. --local_resources=200,10.0,1.0 > --local_ram_resources=200 --local_cpu_resources=10.0

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 a pull request may close this issue.

1 participant