Skip to content

Commit

Permalink
make bazel
Browse files Browse the repository at this point in the history
Signed-off-by: AilinKid <[email protected]>
  • Loading branch information
AilinKid committed Apr 10, 2024
1 parent 60004c6 commit 09a9bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/planner/util/coreusage/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "coreusage",
srcs = [
"costMisc.go",
"optTracer.go",
"cost_misc.go",
"opt_tracer.go",
],
importpath = "github.com/pingcap/tidb/pkg/planner/util/coreusage",
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 09a9bb8

Please sign in to comment.