Skip to content

Commit 5018498

Browse files
committed
Support for bazel 8 and 9
1 parent 33ff1b9 commit 5018498

5 files changed

Lines changed: 9 additions & 3 deletions

File tree

.bazelignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ out
44
cmake-build-debug
55
third_party
66

7+
.clwb
8+

include/phtree/v20/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_cc//cc:defs.bzl", "cc_library")
2+
13
package(default_visibility = ["//visibility:private"])
24

35
cc_library(

include/phtree/v21/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_cc//cc:defs.bzl", "cc_library")
2+
13
package(default_visibility = ["//visibility:private"])
24

35
cc_library(

test/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ cc_test(
271271
linkstatic = True,
272272
deps = [
273273
"//:phtree",
274-
"@gtest//:gtest_main",
274+
"@googletest//:gtest_main",
275275
],
276276
)
277277

@@ -349,6 +349,6 @@ cc_test(
349349
linkstatic = True,
350350
deps = [
351351
"//:phtree",
352-
"@gtest//:gtest_main",
352+
"@googletest//:gtest_main",
353353
],
354354
)

test/common/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cc_test(
102102
# linkstatic = True,
103103
# deps = [
104104
# "//:phtree",
105-
# "@gtest//:gtest_main",
105+
# "@googletest//:gtest_main",
106106
# ],
107107
#)
108108

0 commit comments

Comments
 (0)