forked from qt-creator/qt-creator
GitHub Actions: Update LLVM/Clang to version 13.0.0
Change-Id: I6f1b008da3ee511ab5494d7e8b0556036b14e64c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
6
.github/workflows/build_cmake.yml
vendored
6
.github/workflows/build_cmake.yml
vendored
@@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
env:
|
||||
QT_VERSION: 5.15.2
|
||||
CLANG_VERSION: 120
|
||||
CLANG_VERSION: 130
|
||||
ELFUTILS_VERSION: 0.175
|
||||
CMAKE_VERSION: 3.21.1
|
||||
NINJA_VERSION: 1.10.2
|
||||
@@ -286,9 +286,9 @@ 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-Ubuntu18.04-gcc9.3-x86_64.7z")
|
||||
set(libclang "libclang-release_${clang_version}-based-linux-Ubuntu20.04-gcc9.3-x86_64.7z")
|
||||
elseif ("${{ runner.os }}" STREQUAL "macOS")
|
||||
set(libclang "libclang-release_${clang_version}-based-mac.7z")
|
||||
set(libclang "libclang-release_${clang_version}-based-macos-universal.7z")
|
||||
endif()
|
||||
|
||||
set(libclang_url "https://\${qt_mirror}/development_releases/prebuilt/libclang/${libclang}")
|
||||
|
Reference in New Issue
Block a user