Provisioning: Install jq

jq is used during the provisioning of vcpkg ports to extract the version
string of packages from vcpkg.json file.

Task-number: QTBUG-115715
Change-Id: I73d95b8d8399b25a9aa58855b9d65cac968618fc
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Amir Masoud Abdol
2023-11-14 17:57:39 +01:00
parent ef66175ad1
commit d591095e7c
18 changed files with 87 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ sudo zypper -nq install autoconf libcurl-devel libexpat-devel
# OpenSSL 3
sudo zypper -nq install openssl-3
# used for reading vcpkg packages version, from vcpkg.json
sudo zypper -nq install jq
# Valgrind (Needed for testlib selftests)
sudo zypper -nq install valgrind-devel