Skip to content

Commit 2088395

Browse files
committed
Pin abseil-cpp to 20260107.1 for compatibility with Bazel < 9.1
1 parent 10e7bc7 commit 2088395

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

MODULE.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
module(name = "clickhouse_cpp", version = "2.6.1")
22

3-
bazel_dep(name = "abseil-cpp", version = "20260526.0")
3+
# Pinned to 20260107.1, the last version that declares
4+
# `compatibility_level = 1`, so that the module remains importable on
5+
# Bazel < 9.1 whose bazel_tools also depends on a level-1 abseil-cpp.
6+
# See PR discussion; the attribute is a no-op from Bazel 9.1.0 onwards.
7+
bazel_dep(name = "abseil-cpp", version = "20260107.1")
48
bazel_dep(name = "bazel_skylib", version = "1.9.0")
59
bazel_dep(name = "boringssl", version = "0.20260526.0")
610
bazel_dep(name = "cityhash", version = "1.0.2")

MODULE.bazel.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)