mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
To fix ImportError: /usr/lib64/python3.13/lib-dynload/ pyexpat.cpython-313-x86_64-linux-gnu.so: undefined symbol: XML_SetAllocTrackerActivationThreshold Current libexpat1-2.7.1-160000.2.2 did not export the Alloc Tracker symbol but Python 3.13.11’s pyexpat module was built expecting symbol. Therefore needs to install newer available libexpat1-2.7.1-160000.3.1 Pick-to: 6.11 Fixes: QTQAINFRA-7650 Change-Id: Iea9b838e97830c9c6f2b1fa3be8db02447b49de4 Reviewed-by: Simo Fält <simo.falt@qt.io>
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)