Report an issueopen_in_new
View sourceopen_in_new
Nightly
·
7.4
.
7.3
·
7.2
·
7.1
·
7.0
·
6.5
Various data about the current platform Bazel is running on.
Members
arch
string repository_os.arch
A string identifying the architecture Bazel is running on (the value of the "os.arch" Java property converted to lower case).
environ
dict repository_os.environ
The list of environment variables.
name
string repository_os.name
A string identifying the operating system Bazel is running on (the value of the "os.name" Java property converted to lower case).