bazelisk_add()
def bazelisk_add(name, version, deps, visibility)Add Bazelisk to your sysroot.
This also configures the bazel cache to live in the spaces store by setting BAZELISK_HOME.
Args
name: string: The name of the rule.version: string: Bazelisk version from github.com/bazelbuild/bazelisk/releasesdeps: list: deps for using chmodvisibility: Rule visibility. See visibility.star for more info.