mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-26 13:30:30 +00:00
0fc838839c
* feat: add a helper for rules to work with resource_sets This API is poorly designed and needs some help to let rule users pick a value in cases that they aren't also the rule author * chore: add some cpu resource_set values as well
32 lines
788 B
Markdown
Generated
32 lines
788 B
Markdown
Generated
<!-- Generated with Stardoc: http://skydoc.bazel.build -->
|
|
|
|
Utilities for rules that expose resource_set on ctx.actions.run[_shell]
|
|
|
|
Workaround for https://github.com/bazelbuild/bazel/issues/15187
|
|
|
|
Note, this workaround only provides some fixed values for either CPU or Memory.
|
|
|
|
Rule authors who are ALSO the BUILD author might know better, and can
|
|
write custom resource_set functions for use within their own repository.
|
|
This seems to be the use case that Google engineers imagined.
|
|
|
|
|
|
<a id="resource_set"></a>
|
|
|
|
## resource_set
|
|
|
|
<pre>
|
|
resource_set(<a href="#resource_set-attr">attr</a>)
|
|
</pre>
|
|
|
|
|
|
|
|
**PARAMETERS**
|
|
|
|
|
|
| Name | Description | Default Value |
|
|
| :------------- | :------------- | :------------- |
|
|
| <a id="resource_set-attr"></a>attr | <p align="center"> - </p> | none |
|
|
|
|
|