mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Instead of relying on the qtbase coin instructions to compute the SBOM_PYTHON_APPS_PATH path based on the platform, which does not work reliably, especially when multiple python installations are present, explicitly specify the path in the provisioning scripts. Amends1f2fb6312cTask-number: QTBUG-122899 Task-number: QTBUG-124453 Task-number: QTBUG-125211 Change-Id: I097fd1c4119a203d82f88c477dbf0fc0f67f19f2 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit6f991b55a3)
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)