Provisioning: Install cif-utils (and keyutils) for mounting SMB on Linux

Change-Id: I91df89bd9741010f384c2c097363614438819a92
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Amir Masoud Abdol
2023-10-30 12:08:02 +01:00
parent 9d8337ac91
commit 991ed8bc74
6 changed files with 18 additions and 1 deletions

View File

@@ -69,6 +69,9 @@ sudo zypper -nq install openssl-3
# Valgrind (Needed for testlib selftests)
sudo zypper -nq install valgrind-devel
# cifs-utils, for mounting smb drive
sudo zypper -nq install cifs-utils
gccVersion="$(gcc --version |grep gcc |cut -b 17-23)"
echo "GCC = $gccVersion" >> versions.txt