代码库代码库

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

成员

arch

string repository_os.arch

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

environ

dict repository_os.environ

环境变量列表。

name

string repository_os.name

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