coreutils_add()

def coreutils_add(name, version, functions, deps, visibility)

Adds the coreutils executable to the sysroot.

Hardlinks functions to the coreutils multifunction binary

Args

  • name: string: name of the rule to checkout coreutils
  • version: string: The version of the release found in @packages/star/github.com/uutils/coreutils
  • functions: list: The list of coreutils functions to install (default is COREUTILS_DEFAULT_FUNCTIONS)
  • deps: list: The list of dependencies to add to this rule
  • visibility: Rule visibility. See visibility.star for more info.

coreutils_add_rs_tools()

def coreutils_add_rs_tools(name, deps, bat_paging, visibility)

Adds a collection of rust developer tools to the workspace.

Args

  • name: string: name of the rule to checkout the rust tools collection.
  • deps: list: list of dependencies to be added to the rule.
  • bat_paging: string: Bat paging mode: never|always|auto.
  • visibility: Rule visibility. See visibility.star for more info.