Runfile

报告问题 查看源代码 每晚 20/}21 {2

一个容器,其中包含与运行时执行所需的一组文件相关的信息。应通过 DefaultInfo 传递此对象,以告知构建系统规则生成的输出所需的 runfile。

如需了解详情,请参阅运行文件指南

成员

empty_filenames

depset runfiles.empty_filenames

返回要创建的空文件的名称。

文件

depset runfiles.files

以文件的形式返回一组 runfile。

合并

runfiles runfiles.merge(other)

返回一个新的 runfiles 对象,其中包含此 runfiles 对象的所有内容和参数。

注意:如果您有许多要合并的 runfile 对象,请使用 merge_all(),而不是在循环中调用 merge。这样可以避免构建深层 depset 结构,这可能会导致构建失败。

参数

参数 说明
other runfiles; 必需
要合并到此文件中的 runfiles 对象。

merge_all

runfiles runfiles.merge_all(other)

返回一个新的 runfiles 对象,并在参数中包含此 runfiles 对象和 runfiles 对象的所有内容。

参数

参数 说明
other runfiles序列; 必需
要合并到此 runfile 中的 runfile 对象的序列。

depset runfiles.root_symlinks

返回一组根符号链接。

depset runfiles.symlinks

返回符号链接集。