mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-22 04:46:45 +08:00
Task-number: QTQAINFRA-3455 Change-Id: Ie795f19c26ab0c42693388696edb344b4fa121a6 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Liang Qi <liang.qi@qt.io>
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/unix/install-openssl.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "linux"
|