mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-23 23:01:38 +08:00
RHEL 10: Quick fix to skip updates due to cockpit install fail
This should be temporary fix until pinning or update works. Without updates QtWebengine needs these libs to be installed directly - libatomic Pick-to: 6.11 Task-number: QTQAINFRA-7773 Change-Id: I55bb3cfe671f21986753048cea5f8cf64c25f112 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> Reviewed-by: Aku Pietikäinen <aku.pietikainen@qt.io>
This commit is contained in:
@@ -8,7 +8,8 @@ set -ex
|
||||
sudo yum -y remove PackageKit gnome-software
|
||||
|
||||
# CI: All platforms should have up-to-date packages when new provision is made
|
||||
sudo yum -y update
|
||||
echo "Quick fix: Temporarily skip RHEL 10.0 updates due to cockpit update fail (QTQAINFRA-7773)"
|
||||
#sudo yum -y update
|
||||
|
||||
installPackages=()
|
||||
# Make sure needed ca-certificates are available
|
||||
@@ -83,6 +84,7 @@ installPackages+=(nspr-devel)
|
||||
installPackages+=(nss-devel)
|
||||
installPackages+=(python3-html5lib)
|
||||
installPackages+=(libstdc++-static)
|
||||
installPackages+=(libatomic)
|
||||
# For Android builds
|
||||
#installPackages+=(java-21-openjdk-devel.21.0.9.0.10-1.el10)
|
||||
installPackages+=(java-21-openjdk-devel)
|
||||
|
||||
Reference in New Issue
Block a user