mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 15:06:52 +08:00
Insignificant flag is added for two targets. RedHat 7.6 will be kept as parallel until insignificant flag can be removed from CentOS Task-number: QTQAINFRA-2760 Task-number: QTQAINFRA-3065 Change-Id: If124600309644e6a066805cd728bf12862006a21 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
# shellcheck source=../common/unix/libclang.sh
|
|
"$BASEDIR/../common/unix/libclang.sh"
|