Skip to content

Commit

Permalink
build(circom): add manual tag to targets with llvm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
batzor committed Oct 18, 2024
1 parent 33b8e40 commit fdbef39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendors/circom/circomlib/build/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package(default_visibility = ["//visibility:public"])
tachyon_cc_binary(
name = "split_tool",
srcs = ["split_tool.cc"],
tags = ["manual"],
deps = [
"@kroma_network_tachyon//tachyon/base/files:file",
"@kroma_network_tachyon//tachyon/base/strings:string_number_conversions",
Expand All @@ -25,4 +26,5 @@ sh_binary(
":split_tool",
"@iden3_circom//:generated_files",
],
tags = ["manual"],
)

0 comments on commit fdbef39

Please sign in to comment.