mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-27 17:43:27 +00:00
0f5e1dcafd
* chore(deps): upgrade stardoc This uses the Bazel 7 'starlark_doc_extract' rule which our docsite expects for slurping data. * chore: stardoc setup in WORKSPACE too * chore: skip stardoc on bazel 6 in cases where the legacy extractor produces different docstrings
31 lines
787 B
Markdown
Generated
31 lines
787 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 |
|
|
|
|
|