Skip to content

Commit f1f25f5

Browse files
committed
build(benchmark): add tags to all actions
Without this, building without benchmark takes too long
1 parent f4df557 commit f1f25f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmark/benchmark.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,15 @@ def zkir_benchmark_test(name, mlir_src, test_src, zkir_opt_flags = [], data = []
124124
name = llvmir_target,
125125
src = generated_zkir_opt_name,
126126
pass_flags = ["--mlir-to-llvmir"],
127+
tags = tags,
127128
generated_filename = generated_llvmir_name,
128129
)
129130

130131
llc(
131132
name = obj_name,
132133
src = generated_llvmir_name,
133134
pass_flags = ["-relocation-model=pic", "-filetype=obj"],
135+
tags = tags,
134136
generated_filename = generated_obj_name,
135137
)
136138
cc_import(

0 commit comments

Comments
 (0)