代码库代码库

报告问题 查看源代码 每夜 build · 7.4 . 7.3 · 7.2 · 7.1 · 7.0 · 6.5

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

成员

arch

string repository_os.arch

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

environ

dict repository_os.environ

环境变量列表。

name

string repository_os.name

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