Force "size" to run locally.

pull/13171/head
Joshua Haberman 4 years ago
parent da48e01f05
commit 378a27b640
  1. 2
      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,
)

Loading…
Cancel
Save