diff options
author | Alexandru Croitor <[email protected]> | 2024-08-27 17:38:08 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-01-31 17:11:33 +0100 |
commit | 6544fc26e3d5858ac0707b050f7d2b3d62404578 (patch) | |
tree | 7a86cc548156e01da97cf2429dacb6c54f196f06 /coin | |
parent | 102cec3fd86aae26ef3cf39eec69859dc9f86c2f (diff) |
coin: Enable git cloning
Cloning the git sources will:
- allow embedding the git sha1 into the SBOM generated by the build
system
- ease development process in CI VMs when investigating issues.
Pick-to: 6.8 6.9
Task-number: QTBUG-122899
Task-number: QTQAINFRA-6520
Change-Id: I1e36d7b9b1875ea6e239a620fd2ed945693be07d
Reviewed-by: Toni Saario <[email protected]>
Diffstat (limited to 'coin')
-rw-r--r-- | coin/module_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 9acb62722c..936c6d5abc 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -1,4 +1,5 @@ version: 2 +tags: [git] accept_configuration: condition: property property: features |