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-strname of the rule to checkout coreutilsversion-strThe version of the release found in @packages/star/github.com/uutils/coreutilsfunctions-[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.