Add no-remote-exec tag to genrule() so Cider won't try to run it.

PiperOrigin-RevId: 507582384
pull/13171/head
Joshua Haberman 2 years ago committed by Copybara-Service
parent 1b50271ca2
commit c2a0cbe7d1
  1. 1
      benchmarks/BUILD

@ -249,4 +249,5 @@ genrule(
cmd = "size $$($$OSTYPE == 'linux-gnu' ? '--format=GNU -d' : '') $(SRCS) > $@", cmd = "size $$($$OSTYPE == 'linux-gnu' ? '--format=GNU -d' : '') $(SRCS) > $@",
# "size" sometimes isn't available remotely. # "size" sometimes isn't available remotely.
local = 1, local = 1,
tags = ["no-remote-exec"],
) )

Loading…
Cancel
Save