Skip to content

Commit

Permalink
make bazel prepare
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen committed Dec 11, 2023
1 parent 02f7283 commit e3cefe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions br/pkg/task/operator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ go_library(
importpath = "github.com/pingcap/tidb/br/pkg/task/operator",
visibility = ["//visibility:public"],
deps = [
"//br/pkg/errors",
"//br/pkg/logutil",
"//br/pkg/pdutil",
"//br/pkg/task",
Expand Down
4 changes: 1 addition & 3 deletions br/pkg/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ go_library(
"//br/pkg/errors",
"//br/pkg/logutil",
"//br/pkg/metautil",
"//pkg/errno",
"//pkg/kv",
"//pkg/parser/model",
"//pkg/parser/mysql",
Expand Down Expand Up @@ -64,7 +63,6 @@ go_library(
"@org_golang_x_net//http/httpproxy",
"@org_golang_x_sync//errgroup",
"@org_uber_go_atomic//:atomic",
"@org_uber_go_multierr//:multierr",
"@org_uber_go_zap//:zap",
"@org_uber_go_zap//zapcore",
],
Expand Down Expand Up @@ -93,7 +91,7 @@ go_test(
],
embed = [":utils"],
flaky = True,
shard_count = 37,
shard_count = 38,
deps = [
"//br/pkg/errors",
"//br/pkg/metautil",
Expand Down

0 comments on commit e3cefe1

Please sign in to comment.