From e4be3593ec69cfcb531caca03ec82d449f5c6e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Fri, 2 Apr 2021 18:41:15 +0200 Subject: [PATCH] ci: Remove cxxstd=14 from clang 3.5 job on GitHub Actions Despite https://clang.llvm.org/cxx_status.html saying: Clang 3.4 and later implement all of the ISO C++ 2014 standard. The clang 3.5 suffers from the bug in C++14 mode causing failure of Boost.Filesystem build with: error: debug information for auto is not yet supported error: debug information for auto is not yet supported https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800483 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d77b4dc6b..1e6c356e4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: os: ubuntu-18.04 - toolset: clang compiler: clang++-3.5 - cxxstd: "11,14" + cxxstd: "11" define: "_GLIBCXX_USE_CXX11_ABI=0" os: ubuntu-16.04 install: clang-3.5