Skip to content

Commit

Permalink
ci: Remove cxxstd=14 from clang 3.5 job on GitHub Actions (#590)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mloskot committed Apr 2, 2021
1 parent cea6ef2 commit 2ad274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2ad274c

Please sign in to comment.