From 7981a6972c4a168ace704f7ba550178988fdecf0 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Tue, 8 Oct 2024 14:38:59 +0200 Subject: [PATCH] Add `CcSharedLibraryHintInfo` and update version for `CcSharedLibraryInfo` (#76) --- private/globals.bzl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/private/globals.bzl b/private/globals.bzl index a911ae1..3a521f4 100644 --- a/private/globals.bzl +++ b/private/globals.bzl @@ -3,12 +3,15 @@ # Access any of these globals via bazel_features.globals. # 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",