Skip to content

Commit

Permalink
Add CcSharedLibraryHintInfo and update version for `CcSharedLibrary…
Browse files Browse the repository at this point in the history
…Info` (#76)
  • Loading branch information
fmeum authored Oct 8, 2024
1 parent c5cea2a commit 7981a69
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions private/globals.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
# 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/c2d50de6ce2652e7fd56170663fd11e75098f35c
"CcSharedLibraryInfo": "6.0.0-pre.20220630.1",

# https://github.com/bazelbuild/bazel/commit/dbb09c9ea84cc6099ad7a30fa8206130d025f7ad
"CcSharedLibraryHintInfo": "7.0.0-pre.20230316.2",

# 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 7981a69

Please sign in to comment.