mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-01 19:27:12 +08:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user