Skip to content

Commit

Permalink
Merge branch 'trunk' into tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Sep 16, 2024
2 parents d46d7e9 + df3c4ba commit 83fe8a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module(
version = "0.0.0",
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_license", version = "0.0.8")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "rules_proto", version = "6.0.2")

bazel_dep(
Expand All @@ -28,6 +28,7 @@ git_override(
remote = "https://github.com/fildesh/fildesh.git",
commit="e9421ebbb546cf38bf2051d02fdc38dcf71f8216",
)

bazel_dep(
name = "rules_sxproto",
version = "0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ cc_proto_library(
cc_grpc_library(
name = "rendezqueue_cc_grpc",
srcs = [":rendezqueue_proto"],
deps = [":rendezqueue_cc_proto"],
grpc_only = True,
deps = [":rendezqueue_cc_proto"],
)
5 changes: 2 additions & 3 deletions src/ccgrpc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ cc_library(
"swapstore.cc",
"swapstore.hh",
],
visibility = ["//test/scenario:__pkg__"],
deps = [
"//proto:rendezqueue_cc_proto",
"@com_google_absl//absl/container:flat_hash_map",
],
visibility = ["//test/scenario:__pkg__"],
)

cc_library(
Expand All @@ -26,10 +26,10 @@ cc_library(
"ssl_cred.cc",
"ssl_cred.hh",
],
visibility = ["//test/scenario:__pkg__"],
deps = [
":grpc_cc_lib",
],
visibility = ["//test/scenario:__pkg__"],
)

cc_binary(
Expand Down Expand Up @@ -72,4 +72,3 @@ cc_binary(
"@com_google_absl//absl/flags:parse",
],
)

0 comments on commit 83fe8a1

Please sign in to comment.