Remove updating of RHEL 7.4 system during each provisioning

Yum update doesn't only fetch the repository data. It also runs
a distro upgrade. So if something gets updated that isn't
compatible with us, it breaks. It also slows down the provisioning
a lot.

Change-Id: I27136bc572fbce5410b82ff9574cf85bf89e3100
Reviewed-by: Joni Jäntti <joni.jantti@qt.io>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
Tony Sarajärvi
2018-03-21 15:48:40 +02:00
committed by Liang Qi
parent 9fdc8fe5e9
commit daeaec9b3c

View File

@@ -90,7 +90,6 @@ installPackages+=(libxslt-devel)
# For building Wayland from source
installPackages+=(libffi-devel)
sudo yum -y update
sudo yum -y install "${installPackages[@]}"
# Make python 2.7 and its pip default