mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-04 03:27:04 +08:00
Android FFmpeg provisioning requires 'readelf', which is provided by binutils package. This package is shown to be flaky on older macOS x86 hosts. It is not critical that we compile that we compile Android FFmpeg on these hosts, so this patch removes them. Pick-to: 6.8 Change-Id: I6722f2c543b022a998573cc76ffc671378a4fcb5 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> (cherry picked from commit033329cb00) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit13db7987b8)
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)