Merge pull request #60003 from JakeBamrah/master

Update min. clang version in Getting Started docs
This commit is contained in:
Alexey Milovidov 2024-02-15 02:53:21 +01:00 committed by GitHub
commit 7d35fa3e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ If you use Arch or Gentoo, you probably know it yourself how to install CMake.
## C++ Compiler {#c-compiler}
Compilers Clang starting from version 15 is supported for building ClickHouse.
Compilers Clang starting from version 16 is supported for building ClickHouse.
Clang should be used instead of gcc. Though, our continuous integration (CI) platform runs checks for about a dozen of build combinations.