File tree 1 file changed +6
-3
lines changed
src/main/java/com/google/devtools/build/docgen/templates/attributes/common
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 42
42
executed remotely (but it may be cached remotely).
43
43
</ li >
44
44
45
- < li > < code > no-remote</ code > keyword prevents the action or test from being executed remotely
46
- or cached remotely. This is equivalent to using both no-remote-cache and no-remote-exec.
45
+ < li > < code > no-remote</ code > keyword prevents the action or test from being executed remotely or
46
+ cached remotely. This is equivalent to using both
47
+ < code > no-remote-cache</ code > and < code > no-remote-exec</ code > .
48
+ </ li >
49
+ < li > < code > no-remote-cache-upload</ code > keyword disables upload part of remote caching of a spawn.
50
+ it does not disable remote execution.
47
51
</ li >
48
-
49
52
< li > < code > local</ code > keyword precludes the action or test from being remotely cached,
50
53
remotely executed, or run inside the sandbox.
51
54
For genrules and tests, marking the rule with the < code > local = True</ code >
You can’t perform that action at this time.
0 commit comments