mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-15 16:56:05 +08:00
The missing libraries are needed to make unit tests pass in CI. With this patch, we install the same GStreamer libraries on 24.04 as on 22.04. This follows02af86d2aa. Task-number: QTQAINFRA-6098 Change-Id: I9fcb5abe0eba01e1e248eb0eb5aff11de4986235 Reviewed-by: Liang Qi <liang.qi@qt.io> (cherry picked from commit263624da12) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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)