Skip to content

Commit

Permalink
Add global PackageSpecificationInfo (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
comius authored Jun 7, 2024
1 parent 1d54ee3 commit e274c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions private/globals.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# 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/commit/d1d35b280af1459458f996502e255d3774f391c2
"PackageSpecificationInfo": "6.4.0",

# https://github.com/bazelbuild/bazel/pull/15232
"RunEnvironmentInfo": "5.3.0",

Expand Down

0 comments on commit e274c8c

Please sign in to comment.