From 53cb7139bef401e24c73e27c740e20fbbf56658c Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 10 Oct 2022 15:16:09 +0200 Subject: [PATCH] Provisioning: Install patchelf on openSUSE 15.3 On this platform we test CMake 3.16, and for that we need the patchelf tool. Otherwise, the CMake deployment test will fail when trying to set rpaths. Change-Id: I2418390ba0776a19c5ab19042f3b8c4e12db6ecb Reviewed-by: Alexey Edelev --- .../qtci-linux-openSUSE-15.3-x86_64/10-cmake-min-supported.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coin/provisioning/qtci-linux-openSUSE-15.3-x86_64/10-cmake-min-supported.sh b/coin/provisioning/qtci-linux-openSUSE-15.3-x86_64/10-cmake-min-supported.sh index e0493d8c..cc79d066 100755 --- a/coin/provisioning/qtci-linux-openSUSE-15.3-x86_64/10-cmake-min-supported.sh +++ b/coin/provisioning/qtci-linux-openSUSE-15.3-x86_64/10-cmake-min-supported.sh @@ -3,3 +3,6 @@ set -ex "$(dirname "$0")/../common/linux/cmake_min_supported.sh" + +# For testing Qt's CMake deployment API with CMake < 3.21, we need patchelf. +sudo zypper -nq install patchelf