Skip to content

Commit

Permalink
update bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 committed Nov 14, 2023
1 parent 90b560b commit 1529a30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/executor/sortexec/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")

go_library(
name = "sortexec",
srcs = ["sort.go"],
srcs = [
"sort.go",
"topn.go",
],
importpath = "github.com/pingcap/tidb/pkg/executor/sortexec",
visibility = ["//visibility:public"],
deps = [
Expand Down

0 comments on commit 1529a30

Please sign in to comment.