coreutils_add()

def coreutils_add(name, version, functions, deps)

Adds the coreutils executable to the sysroot.

Hardlinks functions to the coreutils multifunction binary

Args

  • name - str name of the rule to checkout coreutils
  • version - str The version of the release found in @packages/star/github.com/uutils/coreutils
  • functions - [str] The list of coreutils functions to install (default is COREUTILS_DEFAULT_FUNCTIONS)
  • deps - [str] The list of dependencies to add to this rule

coreutils_add_rs_tools()

def coreutils_add_rs_tools(name, deps)

Adds a collection of rust developer tools to the workspace.

Args

  • name - name of the rule to checkout the rust tools collection.
  • deps - list of dependencies to be added to the rule.