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/releases
  • deps: list: deps for using chmod
  • visibility: Rule visibility. See visibility.star for more info.