From 0cfa1fa561d88e5561ad203a9814456a79e93ea6 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 1 Mar 2022 10:04:26 +0100 Subject: [PATCH] CMake: Switch an OpenSUSE config to build with CMake 3.16.8 To ensure we don't introduce regressions building Qt with the lowest version of CMake that we support. Pick-to: 6.2 6.3 Task-number: QTQAINFRA-4844 Task-number: COIN-823 Change-Id: I59b6a0ed6851a5fbed701c4f6ea050062bddb773 Reviewed-by: Alexey Edelev --- coin/platform_configs/cmake_platforms.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 0df00850..a2f8ecf1 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -27,7 +27,9 @@ Configurations: Features: ['Sccache', 'WarningsAreErrors'] Configure arguments: '-DQT_BUILD_EXAMPLES=OFF -DFEATURE_developer_build=ON' Environment variables: [ - 'CONAN_PROFILE=coin/conan/profiles/ci-linux-x86_64-gcc-debug-developer'] + 'PATH={{.Env.CMAKE_MIN_SUPPORTED_BIN_PATH}}:{{.Env.PATH}}', + 'CONAN_PROFILE=coin/conan/profiles/ci-linux-x86_64-gcc-debug-developer' + ] - Template: 'qtci-linux-SLES-15_SP3-x86_64-51' Compiler: 'GCC'