Provisioning: Re-install ca-certificates for Ubuntu 20.04

This makes sure that needed ca-certificates are installed during
provisioning

Pick-to: 6.2
Change-Id: I39289f237a54ca0805b1d9116ee899aecf02e72f
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
Heikki Halmet
2021-10-05 09:26:40 +03:00
parent 739386a7b9
commit 3b09730b44

View File

@@ -63,6 +63,9 @@ EOC
(ping -c 3 repo-clones.ci.qt.io && set_internal_repo) || echo "Internal package repository not found. Using public repositories."
# Make sure needed ca-certificates are available
sudo apt-get install --reinstall ca-certificates
# Git is not needed by builds themselves, but is nice to have
# immediately as one starts debugging
installPackages+=(git)