fix valgrind

This commit is contained in:
James E. King III
2018-11-21 08:47:15 -05:00
parent b65094f826
commit 69c7f6136b
2 changed files with 1 additions and 3 deletions

View File

@@ -16,9 +16,6 @@ if [[ -z "$CXXSTD" ]]; then
CXXSTD=03
fi
# required for valgrind to work:
apt-get install libc6-dbg
# valgrind on travis is 3.10 which is old
# using valgrind 3.14 but we have to build it

View File

@@ -78,6 +78,7 @@ anchors:
"libstdc++-7-dev" ], sources: [ "llvm-toolchain-trusty-5.0",
"ubuntu-toolchain-r-test" ] } }
clang-6: &clang-6 { apt: { packages: [ "clang-6.0",
"libc6-dbg",
"libc++-dev",
"libstdc++-8-dev" ], sources: [ "llvm-toolchain-trusty-6.0",
"ubuntu-toolchain-r-test" ] } }