diff options
author | Cristian Adam <[email protected]> | 2023-09-27 14:29:35 +0200 |
---|---|---|
committer | Cristian Adam <[email protected]> | 2023-09-27 14:32:59 +0000 |
commit | c32022f0857dfca38359c7cc32a578a677af18d5 (patch) | |
tree | c14caaf42f127296841e943e6a8da5550d2768b6 | |
parent | 695952f84bef0d88744b27965ec3c9522014012e (diff) |
GitHub/Coin: Update LLVM/Clang to 17.0.1
Change-Id: I0cc3e3640eb60cd991fba073f8d32d3de9b900fe
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
-rw-r--r-- | .github/workflows/build_cmake.yml | 2 | ||||
-rw-r--r-- | 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 52c2a0e4d29..3b2c1755b2f 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -9,7 +9,7 @@ on: env: QT_VERSION: 6.5.2 MACOS_DEPLOYMENT_TARGET: 10.15 - CLANG_VERSION: 17.0.0-rc4 + CLANG_VERSION: 17.0.1 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 2a56fe600e9..ea72589c1df 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: https://ci-files02-hki.ci.qt.io/packages/jenkins/qtcreator_libclang/libclang-release_17.0.0-rc4-based + variableValue: https://ci-files02-hki.ci.qt.io/packages/jenkins/qtcreator_libclang/libclang-release_17.0.1-based - type: EnvironmentVariable variableName: QTC_QT_BASE_URL variableValue: "https://ci-files02-hki.ci.qt.io/packages/jenkins/archive/qt/6.5/6.5.2-released/Qt" |