blob: 0d755f85bc785c1229d54d45b9a798f4a374cbb0 [file] [log] [blame] [edit]
# Access any of these globals via bazel_features.globals.<name>
# If the current version of Bazel doesn't have this global, it will be None.
GLOBALS = {
# https://github.com/bazelbuild/bazel/pull/15232
"RunEnvironmentInfo": "5.3.0",
# Only used for testing bazel_features itself.
"DefaultInfo": "0.0.1",
"__TestingOnly_NeverAvailable": "1000000000.0.0",
}