Skip to content

Commit

Permalink
update bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Dec 13, 2022
1 parent 43e9d14 commit 5050ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions br/pkg/lightning/manual/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ go_library(
cgo = True,
importpath = "github.com/pingcap/tidb/br/pkg/lightning/manual",
visibility = ["//visibility:public"],
deps = ["@org_uber_go_atomic//:atomic"],
)
1 change: 1 addition & 0 deletions tests/realtikvtest/addindextest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ go_test(
],
embed = [":addindextest"],
deps = [
"//br/pkg/lightning/backend/local",
"//config",
"//ddl",
"//ddl/ingest",
Expand Down

0 comments on commit 5050ebf

Please sign in to comment.