A container of information regarding a set of files required at runtime by an executable. This object should be passed viaDocumentation Index
Fetch the complete documentation index at: https://bazel-promptless-add-bazelrc-env-var-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
DefaultInfo in order to tell the build system about the runfiles needed by the outputs produced by the rule.
See runfiles guide for details.
Members
empty_filenames
files
merge
merge_all() rather than calling merge in a loop. This avoids constructing deep depset structures which can cause build failures.
Parameters
ParameterDescriptionotherrunfiles;
required
The runfiles object to merge into this.
merge_all
Parameters
ParameterDescriptionothersequence of runfiles s;
required
The sequence of runfiles objects to merge into this.