mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-16 11:17:44 +02:00
Recommend clang >= 6 as current code triggers a bug in clang 5
This commit is contained in:
parent
e3a5856284
commit
aad4612387
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ linux_task:
|
|||
matrix:
|
||||
- name: linux_clang
|
||||
container:
|
||||
image: silkeh/clang:5
|
||||
image: silkeh/clang:6
|
||||
clang_script:
|
||||
- apt-get -y install pkg-config libncursesw5-dev
|
||||
env:
|
||||
|
|
|
@ -105,7 +105,7 @@ Building
|
|||
|
||||
Kakoune dependencies are:
|
||||
|
||||
* A {cpp}17 compliant compiler (GCC >= 7 or clang >= 5) along with its
|
||||
* A {cpp}17 compliant compiler (GCC >= 7 or clang >= 6) along with its
|
||||
associated {cpp} standard library (libstdc{pp} or libc{pp})
|
||||
* ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue