summaryrefslogtreecommitdiff
path: root/CC/foreign/shell/RULES
diff options
context:
space:
mode:
Diffstat (limited to 'CC/foreign/shell/RULES')
-rw-r--r--CC/foreign/shell/RULES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CC/foreign/shell/RULES b/CC/foreign/shell/RULES
index 255a715..182e46a 100644
--- a/CC/foreign/shell/RULES
+++ b/CC/foreign/shell/RULES
@@ -25,6 +25,7 @@
, "PREFIX"
, "BUILD_POSITION_INDEPENDENT"
, "TIMEOUT_SCALE"
+ , "FOREIGN_EXECUTION_PROPERTIES"
]
, "implicit":
{ "defaults": [["CC", "defaults"]]
@@ -113,6 +114,9 @@
[ "The scaling of the timeout for the invocation of the foreign build."
, "Defaults to 10."
]
+ , "FOREIGN_EXECUTION_PROPERTIES":
+ [ "A map with extra remote-execution properties to be added to the foreign build action."
+ ]
}
, "imports":
{ "artifacts": ["", "field_artifacts"]
@@ -254,6 +258,7 @@
, "PREFIX"
, "BUILD_POSITION_INDEPENDENT"
, "TIMEOUT_SCALE"
+ , "FOREIGN_EXECUTION_PROPERTIES"
]
, "implicit":
{ "defaults": [["CC", "defaults"]]
@@ -395,6 +400,9 @@
[ "The scaling of the timeout for the invocation of the foreign build."
, "Defaults to 10."
]
+ , "FOREIGN_EXECUTION_PROPERTIES":
+ [ "A map with extra remote-execution properties to be added to the foreign build action."
+ ]
}
, "imports":
{ "artifacts": ["", "field_artifacts"]