mirror of
https://github.com/gperftools/gperftools
synced 2024-12-19 05:54:34 +00:00
9ce32aefa9
Older glibc seemingly doesn't have right unwind info for signal frame, so fails recently upgraded stacktrace_unittest. But since this version is not supported anymore, lets just test newer glibc.
5 lines
130 B
YAML
5 lines
130 B
YAML
language: c++
|
|
sudo: required
|
|
dist: xenial
|
|
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check
|