From aad46123876e264a4bfa9b08a88a1dda0e05b608 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 3 Mar 2020 20:17:32 +1100 Subject: [PATCH] Recommend clang >= 6 as current code triggers a bug in clang 5 --- .cirrus.yml | 2 +- README.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9f4e73c8..ecf300da 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: diff --git a/README.asciidoc b/README.asciidoc index 20be763a..3d114508 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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)