Skip to content

Commit

Permalink
fix bazel
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <xw897002528@gmail.com>
  • Loading branch information
xhebox committed May 7, 2024
1 parent a10252e commit c6f35ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
load("@bazel_gazelle//:def.bzl", "gazelle")

# gazelle:proto disable_global
Expand All @@ -14,14 +13,3 @@ xcode_version(
name = "xcode_version",
version = "10.0",
)

go_library(
name = "tidb_lib",
srcs = ["a.go"],
importpath = "github.com/pingcap/tidb",
)

go_binary(
name = "tidb",
embed = [":tidb_lib"],
)

0 comments on commit c6f35ad

Please sign in to comment.