代码库代码库

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

成员

arch

string repository_os.arch

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

environ

dict repository_os.environ

环境变量列表。

name

string repository_os.name

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