mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-22 04:46:45 +08:00
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>
9 lines
198 B
Bash
Executable File
9 lines
198 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
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
|