summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2025-05-09 09:26:15 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2025-05-22 04:24:35 +0000
commit79699a2917be88f9aeb6f70e2b4d775a2d0d1376 (patch)
tree5129e944dd1a843973ea9d3c004d1ee301aaf6d5
parentbc3d7530820a20a4e2cb21002d96aff4e9da4cf0 (diff)
Release with bundled libxml2
As libxml 2.14 breaks binary but not source compatibility the binaries from qt installer might not work out of the box on distros which only have newer libxml. For time being release with bundled libxml2 2.12 to favor user experience over extra bundled lib. Fixes: QTBUG-136637 Change-Id: I72d14cfdad3deb51201bfec0ebf98b23e8337a40 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit cef684f2cb69509ad0a863f60e9f46154dc68d85) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 5dd5d0e8885dee2990a74786fa5e5a19c5e9ffff)
-rw-r--r--coin/module_config.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index cceb2502a..240c1eabb 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -13,6 +13,13 @@ machine_type:
instructions:
Build:
+ - type: AppendToEnvironmentVariable
+ variableName: COMMON_NON_QTBASE_CMAKE_ARGS
+ variableValue: " -DFEATURE_webengine_system_libxml=OFF"
+ enable_if:
+ condition: property
+ property: features
+ contains_value: Packaging
- type: EnvironmentVariable
variableName: VERIFY_SOURCE_SBOM
variableValue: "ON"