summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-13 11:50:41 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-13 11:50:41 +0100
commit3a5f0f0f50c59495ffc3b198df59e6edb8416450 (patch)
treeb2fd47b459ea4f3cd6592196341b11e254a273b7 /README.md
parent12f0cca18e88305a70e09daf54ce0c4d8f068a15 (diff)
downloadrules-cc-3a5f0f0f50c59495ffc3b198df59e6edb8416450.tar.gz
Update derived files
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2705c80..40857f1 100644
--- a/README.md
+++ b/README.md
@@ -343,6 +343,7 @@ Library produced by CMake configure, build, and install.
| Config variable | Description |
| --------------- | ----------- |
| `"TIMEOUT_SCALE"` | 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. |
### Rule `["CC/foreign/cmake", "data"]`
@@ -367,6 +368,7 @@ Data produced by CMake configure, build, and install.
| Config variable | Description |
| --------------- | ----------- |
| `"TIMEOUT_SCALE"` | 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. |
### Rule `["CC/foreign/make", "library"]`
@@ -405,6 +407,7 @@ Library produced by Configure and Make build and install.
| --------------- | ----------- |
| `"PREFIX"` | The absolute path that is used as prefix inside generated pkg-config files. The default value for this variable is `"/"`. This variable is ignored if the field `"prefix"` is set. |
| `"TIMEOUT_SCALE"` | 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. |
### Rule `["CC/foreign/make", "data"]`
@@ -432,6 +435,7 @@ Data produced by Configure and Make build and install.
| --------------- | ----------- |
| `"PREFIX"` | The absolute path that is used as prefix inside generated pkg-config files. The default value for this variable is `"/"`. This variable is ignored if the field `"prefix"` is set. |
| `"TIMEOUT_SCALE"` | 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. |
### Rule `["CC/foreign/shell", "library"]`
@@ -463,6 +467,7 @@ Library produced by generic shell commands with toolchain support.
| --------------- | ----------- |
| `"PREFIX"` | The absolute path that is used as prefix inside generated pkg-config files. The default value for this variable is `"/"`. This variable is ignored if the field `"prefix"` is set. |
| `"TIMEOUT_SCALE"` | 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. |
### Rule `["CC/foreign/shell", "data"]`
@@ -484,6 +489,7 @@ Data produced by generic shell commands with toolchain support.
| --------------- | ----------- |
| `"PREFIX"` | The absolute path that is used as prefix inside generated pkg-config files. The default value for this variable is `"/"`. This variable is ignored if the field `"prefix"` is set. |
| `"TIMEOUT_SCALE"` | 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. |
### Rule `["proto", "library"]`