mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-31 18:57:05 +08:00
Add missing provisioning scripts for Mimer SQL for RHEL 8.6 and RHEL 8.8
The provisioning scripts for Mimer SQL is missing in RHEL 8.6 and RHEL 8.8 and therefore the Mimer SQL QtSql plugin is not built Fixes: QTBUG-111219 Pick-to: 6.6 Change-Id: I9c12b7d94ab7b047ed08b46043ad16586968ecfd Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
8
coin/provisioning/qtci-linux-RHEL-8.6-x86_64/90-mimer.sh
Executable file
8
coin/provisioning/qtci-linux-RHEL-8.6-x86_64/90-mimer.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
set -ex
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
"$BASEDIR/../common/linux/mimersql.sh" "openssl-1" "rpm"
|
||||
8
coin/provisioning/qtci-linux-RHEL-8.8-x86_64/90-mimer.sh
Executable file
8
coin/provisioning/qtci-linux-RHEL-8.8-x86_64/90-mimer.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
set -ex
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
"$BASEDIR/../common/linux/mimersql.sh" "openssl-1" "rpm"
|
||||
Reference in New Issue
Block a user