File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"Helpers for copy rules"
22
3+ load (
4+ "@bazel_lib//lib/private:copy_common.bzl" ,
5+ _COPY_EXECUTION_REQUIREMENTS = "COPY_EXECUTION_REQUIREMENTS" ,
6+ )
7+
38# Hints for Bazel spawn strategy
4- COPY_EXECUTION_REQUIREMENTS = {
5- # ----------------+-----------------------------------------------------------------------------
6- # no-sandbox | Results in the action or test never being sandboxed; it can still be cached
7- # | or run remotely.
8- # ----------------+-----------------------------------------------------------------------------
9- # See https://bazel.google.cn/reference/be/common-definitions?hl=en&authuser=0#common-attributes
10- #
11- # Sandboxing for this action is wasteful since there is a 1:1 mapping of input file/directory to
12- # output file/directory so little room for non-hermetic inputs to sneak in to the execution.
13- "no-sandbox" : "1" ,
14- }
9+ COPY_EXECUTION_REQUIREMENTS = _COPY_EXECUTION_REQUIREMENTS
You can’t perform that action at this time.
0 commit comments