From e608243ee5fa4eb536d20d3c4c5d4e797a377cb0 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Wed, 18 May 2022 11:12:59 +0200 Subject: [PATCH] GitHub Actions / Coin: Update LLVM/Clang to 14.0.3 To be in sync with the official packaging. Change-Id: I28712ad1e8234d4911b2afcce949e1e919bf8e92 Reviewed-by: Eike Ziller Reviewed-by: Qt CI Bot --- .github/workflows/build_cmake.yml | 2 +- coin/instructions/common_environment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 794ce6b3d72..ab0cbacd8b1 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -8,7 +8,7 @@ on: env: QT_VERSION: 6.2.3 - CLANG_VERSION: 14.0.0 + CLANG_VERSION: 14.0.3 ELFUTILS_VERSION: 0.175 CMAKE_VERSION: 3.21.1 NINJA_VERSION: 1.10.2 diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml index 19f8d3a61d1..bca60728d6e 100644 --- a/coin/instructions/common_environment.yaml +++ b/coin/instructions/common_environment.yaml @@ -7,7 +7,7 @@ instructions: variableValue: "RelWithDebInfo" - type: EnvironmentVariable variableName: LLVM_BASE_URL - variableValue: http://master.qt.io/development_releases/prebuilt/libclang/libclang-release_14.0.0-based + variableValue: http://master.qt.io/development_releases/prebuilt/libclang/libclang-release_14.0.3-based - type: Group instructions: