diff --git a/doc/BUILD.bazel b/doc/BUILD.bazel index ab2ea2ea32..a419424b77 100644 --- a/doc/BUILD.bazel +++ b/doc/BUILD.bazel @@ -30,8 +30,8 @@ _DOC_SRCS = [ out = file + ".md", header_template = ":header.vm", input = "//apple:%s.bzl" % file, + tags = ["no-sandbox"], # https://github.com/bazelbuild/stardoc/issues/112 deps = ["//apple:" + file], - tags = ["no-sandbox"], # https://github.com/bazelbuild/stardoc/issues/112 ) for file in _DOC_SRCS ]