aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-10-10 15:16:09 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-10-12 07:03:03 +0200
commit53cb7139bef401e24c73e27c740e20fbbf56658c (patch)
tree802cf9d1ae030ccd189b0199875ccf8a0aa93811 /coin/provisioning
parenteee152ca704d501189905122a904255f581b3256 (diff)
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 <alexey.edelev@qt.io>
Diffstat (limited to 'coin/provisioning')
-rwxr-xr-xcoin/provisioning/qtci-linux-openSUSE-15.3-x86_64/10-cmake-min-supported.sh3
1 files changed, 3 insertions, 0 deletions
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