Recommend clang >= 6 as current code triggers a bug in clang 5
This commit is contained in:
parent
e3a5856284
commit
aad4612387
|
@ -22,7 +22,7 @@ linux_task:
|
||||||
matrix:
|
matrix:
|
||||||
- name: linux_clang
|
- name: linux_clang
|
||||||
container:
|
container:
|
||||||
image: silkeh/clang:5
|
image: silkeh/clang:6
|
||||||
clang_script:
|
clang_script:
|
||||||
- apt-get -y install pkg-config libncursesw5-dev
|
- apt-get -y install pkg-config libncursesw5-dev
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -105,7 +105,7 @@ Building
|
||||||
|
|
||||||
Kakoune dependencies are:
|
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})
|
associated {cpp} standard library (libstdc{pp} or libc{pp})
|
||||||
* ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)
|
* ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user