mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user