mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 03:26:15 +08:00
provisioning: install locales-all package for Ubuntu 24.04
tst_qfloat16format needs that. Fixes: QTQAINFRA-6390 Pick-to: 6.8 Change-Id: I53aefba241de614f3a9e141158e67006718a030a Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
@@ -109,6 +109,8 @@ installPackages+=(libva-dev)
|
|||||||
# for QtMultimedia streaming tests
|
# for QtMultimedia streaming tests
|
||||||
installPackages+=(vlc-bin)
|
installPackages+=(vlc-bin)
|
||||||
installPackages+=(vlc-plugin-base)
|
installPackages+=(vlc-plugin-base)
|
||||||
|
# for tst_qfloat16format, see also QTQAINFRA-6390
|
||||||
|
installPackages+=(locales-all)
|
||||||
|
|
||||||
# Support for cross-building to x86 (needed by WebEngine boot2qt builds)
|
# Support for cross-building to x86 (needed by WebEngine boot2qt builds)
|
||||||
#installPackages+=(g++-multilib)
|
#installPackages+=(g++-multilib)
|
||||||
|
|||||||
@@ -106,6 +106,8 @@ installPackages+=(libva-dev)
|
|||||||
# for QtMultimedia streaming tests
|
# for QtMultimedia streaming tests
|
||||||
installPackages+=(vlc-bin)
|
installPackages+=(vlc-bin)
|
||||||
installPackages+=(vlc-plugin-base)
|
installPackages+=(vlc-plugin-base)
|
||||||
|
# for tst_qfloat16format, see also QTQAINFRA-6390
|
||||||
|
installPackages+=(locales-all)
|
||||||
|
|
||||||
# Support for cross-building to x86 (needed by WebEngine boot2qt builds)
|
# Support for cross-building to x86 (needed by WebEngine boot2qt builds)
|
||||||
installPackages+=(g++-multilib)
|
installPackages+=(g++-multilib)
|
||||||
|
|||||||
Reference in New Issue
Block a user