mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-22 14:33:11 +08:00
Provisioning: Fix installing certificates
Don't try to re-install, but install and let apt do its magic. Pick-to: 6.8 Fixes: QTQAINFRA-6638 Change-Id: I60ccd2717854c6644d1b956362ee3fd535e2d87c Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
This commit is contained in:
@@ -31,7 +31,7 @@ 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
|
||||
installPackages+=(ca-certificates)
|
||||
|
||||
## Tools
|
||||
# Git is not needed by builds themselves, but is nice to have
|
||||
|
||||
Reference in New Issue
Block a user