bazel: add files for build tags (#56421)

ref pingcap/tidb#53930
This commit is contained in:
D3Hunter
2024-09-30 16:33:06 +08:00
committed by GitHub
parent c46e4bc8ce
commit 0bcbf8a13f

View File

@ -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"],
)