Skip to content

Commit

Permalink
add CcSharedLibraryInfo to globals (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sm authored Aug 9, 2024
1 parent 4d34502 commit 4f01bd6
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/02ad1198cddc4ad0050c43cd1044b4b963eedfaf
"CcSharedLibraryInfo": "7.0.0",

# https://github.com/bazelbuild/bazel/commit/d1d35b280af1459458f996502e255d3774f391c2
"PackageSpecificationInfo": "6.4.0",

Expand Down

0 comments on commit 4f01bd6

Please sign in to comment.