代码库代码库

有关运行 Bazel 的当前平台的各种数据。

成员

拱门

string repository_os.arch

用于标识运行 Bazel 的架构的字符串(“os.arch”Java 属性的值已转换为小写)。

environ

dict repository_os.environ

环境变量列表。

name

string repository_os.name

用于标识正在运行 Bazel 的操作系统的字符串(“os.name”Java 属性的值已转换为小写)。