mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Pick-to: dev Task-number: QTQAINFRA-4889 Change-Id: Iae783e66a3f4b1421993c5db746bd44a1ef81dd4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# Required by Rhel source build
|
|
sudo yum -y install perl-IPC-Cmd
|
|
|
|
"$(dirname "$0")/../common/unix/install-openssl.sh" "linux"
|