diff --git a/benchmarks/BUILD b/benchmarks/BUILD index 7d0523278c..720f8c681b 100644 --- a/benchmarks/BUILD +++ b/benchmarks/BUILD @@ -193,4 +193,6 @@ genrule( outs = ["size_data.txt"], # We want --format=GNU which counts rodata with data, not text. cmd = "size $$($$OSTYPE == 'linux-gnu' ? '--format=GNU -d' : '') $(SRCS) > $@", + # "size" sometimes isn't available remotely. + local = 1, )