diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-01 17:34:58 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-01 17:34:58 +0200 |
commit | 3a902b7adedd380972c64d9a3c152e40b0dd302a (patch) | |
tree | 27e26624969462f50c1669ff759aab412ee71f8b | |
parent | 434c23f6c025435dd2e10150ff3465187d1f8cc9 (diff) | |
download | rules-cc-3a902b7adedd380972c64d9a3c152e40b0dd302a.tar.gz |
Update derived files
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -230,6 +230,10 @@ Library produced by CMake configure, build, and install. | `"project"` | The CMake project directory. It should contain a single tree artifact | | `"deps"` | Public dependency on other CC libraries. | +| Config variable | Description | +| --------------- | ----------- | +| `"TIMEOUT_SCALE"` | The scaling of the timeout for the invocation of the foreign build. Defaults to 10. | + ### Rule `["CC/foreign/cmake", "data"]` Data produced by CMake configure, build, and install. @@ -246,6 +250,10 @@ Data produced by CMake configure, build, and install. | `"out_dirs"` | Paths to the produced output directories. The paths are considered relative to the install directory. Note that `"out_files"` and `"out_dirs"` may not overlap. | | `"project"` | The CMake project directory. It should contain a single tree artifact | +| Config variable | Description | +| --------------- | ----------- | +| `"TIMEOUT_SCALE"` | The scaling of the timeout for the invocation of the foreign build. Defaults to 10. | + ### Rule `["CC/foreign/make", "library"]` Library produced by Configure and Make build and install. @@ -287,6 +295,7 @@ Library produced by Configure and Make build and install. | Config variable | Description | | --------------- | ----------- | | `"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. | ### Rule `["CC/foreign/make", "data"]` @@ -318,6 +327,7 @@ Data produced by Configure and Make build and install. | Config variable | Description | | --------------- | ----------- | | `"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. | ### Rule `["proto", "library"]` |