Skip to content

Commit

Permalink
Merge pull request #23769 from dotnwat/clang-tidy
Browse files Browse the repository at this point in the history
clang-tidy: misc fixes
  • Loading branch information
dotnwat authored Oct 13, 2024
2 parents a60a13c + f55edd1 commit d033024
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ git_override(
bazel_dep(name = "rules_boost", repo_name = "com_github_nelhage_rules_boost")
archive_override(
module_name = "rules_boost",
integrity = "sha256-Sk6Rjh7r4pUyRYQ4QO2qhgZYvdkWbyrLJTCl9oY6Z7I=",
strip_prefix = "rules_boost-21cd44506bd15e06db89aa2866b9be90002d8eec",
urls = "https://github.com/nelhage/rules_boost/archive/21cd44506bd15e06db89aa2866b9be90002d8eec.tar.gz",
integrity = "sha256-ICuTlyfxD3u1tr12YyeT5qPcA/ZkEUvtMDA2ZRzz1zc=",
strip_prefix = "rules_boost-e23cc59f87d5049618472d6ce0ca0ed5ef0c23dc",
urls = "https://github.com/nelhage/rules_boost/archive/e23cc59f87d5049618472d6ce0ca0ed5ef0c23dc.tar.gz",
)

non_module_boost_repositories = use_extension("@com_github_nelhage_rules_boost//:boost/repositories.bzl", "non_module_dependencies")
Expand Down
5 changes: 2 additions & 3 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/v/container/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ redpanda_cc_library(
],
include_prefix = "container",
visibility = ["//visibility:public"],
deps = [
"@boost//:iterator",
],
)

redpanda_cc_library(
Expand Down
3 changes: 3 additions & 0 deletions src/v/thirdparty/protobuf/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ cc_library(
],
include_prefix = "thirdparty/protobuf",
visibility = ["//visibility:public"],
deps = [
"@protobuf",
],
)

0 comments on commit d033024

Please sign in to comment.