mirror of
https://github.com/typesense/typesense.git
synced 2025-05-19 13:12:22 +08:00
Remove unused targets.
This commit is contained in:
parent
652472f32a
commit
2497de11ce
26
BUILD
26
BUILD
@ -128,29 +128,3 @@ cc_test(
|
||||
"ROOT_DIR="
|
||||
],
|
||||
)
|
||||
|
||||
genrule(
|
||||
name = "write_bazel_bin",
|
||||
srcs = [],
|
||||
outs = ["bazel_bin_dir.txt"],
|
||||
cmd = "echo -n $(BINDIR) > $@",
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "build_deps_all",
|
||||
srcs = [
|
||||
":src_files",
|
||||
":test_src_files",
|
||||
],
|
||||
copts = COPTS,
|
||||
data = [
|
||||
":test_data_files",
|
||||
"@libart//:data",
|
||||
"@token_offsets//file",
|
||||
":write_bazel_bin"
|
||||
],
|
||||
deps = [
|
||||
":common_deps",
|
||||
"@com_google_googletest//:gtest",
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user