Added libstdc++5 installation in the clang 7 job.

Apparently, a more recent libstdc++ is needed by Boost.StringView in C++14
and later mode.
This commit is contained in:
Andrey Semashev 2018-11-02 12:12:02 +03:00
parent a4cafcc75d
commit 05dda09fd3

View File

@ -205,6 +205,7 @@ matrix:
apt: apt:
packages: packages:
- clang-7 - clang-7
- libstdc++-5-dev
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7 - llvm-toolchain-trusty-7