Skip to content

Commit

Permalink
disable clang-9 CI tests in c++2a mode because of the issues with com…
Browse files Browse the repository at this point in the history
…parisons in chrono
  • Loading branch information
apolukhin committed May 19, 2021
1 parent 9c812d4 commit 9431511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
install: clang-3.7
- toolset: clang
compiler: clang++-9
cxxstd: "03,11,14,17,2a"
cxxstd: "03,11,14,17" # Do not run in 2a mode because of the "chrono:1345:24: error: unknown type name 'strong_ordering'"
os: ubuntu-20.04
cxxflags: "cxxflags=--coverage"
linkflags: "linkflags=--coverage"
Expand Down

0 comments on commit 9431511

Please sign in to comment.