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

PiperOrigin-RevId: 507582384
diff --git a/benchmarks/BUILD b/benchmarks/BUILD
index 9515e86..07207fc 100644
--- a/benchmarks/BUILD
+++ b/benchmarks/BUILD
@@ -249,4 +249,5 @@
     cmd = "size $$($$OSTYPE == 'linux-gnu' ? '--format=GNU -d' : '') $(SRCS) > $@",
     # "size" sometimes isn't available remotely.
     local = 1,
+    tags = ["no-remote-exec"],
 )