代码库代码库

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

成员

arch

string repository_os.arch

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

environ

dict repository_os.environ

环境变量列表。

name

string repository_os.name

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