Recommend clang >= 6 as current code triggers a bug in clang 5

This commit is contained in:
Maxime Coste 2020-03-03 20:17:32 +11:00
parent e3a5856284
commit aad4612387
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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)