Skip to content

Commit

Permalink
bazel: add files for build tags (#56421)
Browse files Browse the repository at this point in the history
ref #53930
  • Loading branch information
D3Hunter authored Sep 30, 2024
1 parent c46e4bc commit 0bcbf8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/ddl/testargsv1/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_library(
name = "testargsv1",
srcs = ["normal.go"],
srcs = [
"force_v1.go", # keep
"normal.go",
],
importpath = "github.com/pingcap/tidb/pkg/ddl/testargsv1",
visibility = ["//visibility:public"],
)

0 comments on commit 0bcbf8a

Please sign in to comment.