Skip to content

Commit

Permalink
Merge pull request #23897 from dotnwat/rpk-redpanda-bazel-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj authored Oct 23, 2024
2 parents 18c7d15 + 6a7db95 commit 9fbcd7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ filegroup(
srcs = [".clang-tidy"],
visibility = ["//visibility:public"],
)

alias(
name = "redpanda",
actual = "//src/v/redpanda:redpanda",
)

alias(
name = "rpk",
actual = "//src/go/rpk/cmd/rpk:rpk",
)

0 comments on commit 9fbcd7b

Please sign in to comment.