mirror of
git://code.qt.io/qt/qt5.git
synced 2026-09-26 18:36:39 +08:00
Provisioning: Disable keyring password prompt
Fixes: QTQAINFRA-6215 Pick-to: dev 6.6 6.5 Change-Id: I50e70177f763493107d0919625f4885dc3a9713d Reviewed-by: Tero Heikkinen <[email protected]> Reviewed-by: Toni Saario <[email protected]>
This commit is contained in:
@@ -247,6 +247,9 @@ waitLoop
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y install "${installPackages[@]}"
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y install cmake apt-cacher-ng -t bullseye-backports
|
||||
|
||||
# Disable keyring password prompt
|
||||
keyring --disable
|
||||
|
||||
# SetEnvVar "PATH" "/usr/lib/nodejs-mozilla/bin:\$PATH"
|
||||
|
||||
#OpenSSLVersion="$(openssl version |cut -b 9-14)"
|
||||
|
||||
Reference in New Issue
Block a user