Documentation Index
Fetch the complete documentation index at: https://docs.aspect.build/llms.txt
Use this file to discover all available pages before exploring further.
Documentation for @bazel_lib@v3.2.0 — View source
Function: resource_set
Parameters
Function: resource_set_for
return an appropriate resource_set for the given values.
Parameters
(int) the number of cores to request. 0 means “use the bazel
default”. If the value is larger than the hard-coded max value, it will
be clamped to the max value.
(int) megabytes of memory to request. 0 means “use the bazel
default”. The value will be rounded up to a supported ram value, and
will be clamped to the max value.
ctx.actions.run and ctx.actions.run_shell
