diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-13 11:50:33 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-13 11:50:33 +0100 |
commit | 12f0cca18e88305a70e09daf54ce0c4d8f068a15 (patch) | |
tree | 981773d305fce383726fce0fd21984e30a1fb7b5 /rules/CC/foreign/make/RULES | |
parent | 457b1f9dda7366fbb4e6ac4664750bb2bab48e42 (diff) | |
parent | dd143d2ccf1d60ab4b2c077827db800269049393 (diff) | |
download | rules-cc-12f0cca18e88305a70e09daf54ce0c4d8f068a15.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/foreign/make/RULES')
-rw-r--r-- | rules/CC/foreign/make/RULES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/CC/foreign/make/RULES b/rules/CC/foreign/make/RULES index cf67998..771a058 100644 --- a/rules/CC/foreign/make/RULES +++ b/rules/CC/foreign/make/RULES @@ -38,6 +38,7 @@ , "PREFIX" , "BUILD_POSITION_INDEPENDENT" , "TIMEOUT_SCALE" + , "FOREIGN_EXECUTION_PROPERTIES" ] , "implicit": { "defaults": [["CC", "defaults"]] @@ -169,6 +170,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": { "stage_field": ["", "stage_singleton_field"] @@ -360,6 +364,7 @@ , "PREFIX" , "BUILD_POSITION_INDEPENDENT" , "TIMEOUT_SCALE" + , "FOREIGN_EXECUTION_PROPERTIES" ] , "implicit": { "defaults": [["CC", "defaults"]] @@ -528,6 +533,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": { "stage_field": ["", "stage_singleton_field"] |