Skip to content

Commit

Permalink
Clang/LLVM: Update to version 17.0.0-rc4
Browse files Browse the repository at this point in the history
Change-Id: Ica6c5db764db8c3b8105c168f9001d7de3c6c5c1
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: <[email protected]>
  • Loading branch information
cristianadam committed Sep 19, 2023
1 parent 5da1f14 commit 263b1e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
QT_VERSION: 6.5.2
MACOS_DEPLOYMENT_TARGET: 10.15
CLANG_VERSION: 16.0.2
CLANG_VERSION: 17.0.0-rc4
ELFUTILS_VERSION: 0.175
CMAKE_VERSION: 3.21.1
NINJA_VERSION: 1.10.2
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
set(libclang "libclang-release_${clang_version}-based-windows-vs2019_32.7z")
endif()
elseif ("${{ runner.os }}" STREQUAL "Linux")
set(libclang "libclang-release_${clang_version}-based-linux-Ubuntu20.04-gcc9.3-x86_64.7z")
set(libclang "libclang-release_${clang_version}-based-linux-Ubuntu22.04-gcc11.4-x86_64.7z")
elseif ("${{ runner.os }}" STREQUAL "macOS")
set(libclang "libclang-release_${clang_version}-based-macos-universal.7z")
endif()
Expand Down
2 changes: 1 addition & 1 deletion coin/instructions/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ instructions:
maxTimeBetweenOutput: 360
userMessageOnFailure: "Failed to extract elfutils package, check logs."
- type: ExecuteCommand
command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}/build/qt_temp/libclang.7z {{.Env.LLVM_BASE_URL}}-linux-Rhel8.2-gcc9.2-x86_64.7z"
command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}/build/qt_temp/libclang.7z {{.Env.LLVM_BASE_URL}}-linux-Rhel8.4-gcc10.3-x86_64.7z"
maxTimeInSeconds: 3600
maxTimeBetweenOutput: 360
userMessageOnFailure: "Failed to download LLVM package, check logs."
Expand Down
2 changes: 1 addition & 1 deletion coin/instructions/common_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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_16.0.2-based
variableValue: https://ci-files02-hki.ci.qt.io/packages/jenkins/qtcreator_libclang/libclang-release_17.0.0-rc4-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"
Expand Down

0 comments on commit 263b1e7

Please sign in to comment.