From cbe5ac758c59f4d16b64704a1c5a3ddf88f3f85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Thu, 3 Dec 2020 10:56:22 +0200 Subject: Qt CI: Install libCLang 10.0 Qt 6.0.0 CI configuration includes only static version of libClang so we need to install dynamic libs ourselves to be able to run shiboken6. Change-Id: I7654f9ac111c0dc2bfb78b3b3f3acb49b159925c Reviewed-by: Friedemann Kleint --- coin_test_instructions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coin_test_instructions.py') diff --git a/coin_test_instructions.py b/coin_test_instructions.py index c4a19fa9b..bc409d1e1 100644 --- a/coin_test_instructions.py +++ b/coin_test_instructions.py @@ -43,6 +43,7 @@ from build_scripts.utils import get_qtci_virtualEnv from build_scripts.utils import run_instruction from build_scripts.utils import rmtree from build_scripts.utils import get_ci_qmake_path +from build_scripts.coin_utils import installLibClang import os import site import sys @@ -105,6 +106,7 @@ def run_test_instructions(): for env_var in ['CC', 'CXX']: if os.environ.get(env_var): del os.environ[env_var] + installLibClang(CI_HOST_OS) os.chdir(CI_ENV_AGENT_DIR) testRun = 0 -- cgit v1.2.3