mirror of
https://github.com/gperftools/gperftools
synced 2025-01-18 04:41:34 +00:00
upgrade test bot to xenial (ubuntu 16.04 LTS)
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.
This commit is contained in:
parent
91ff311449
commit
9ce32aefa9
@ -1,4 +1,4 @@
|
||||
language: c++
|
||||
sudo: required
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check
|
||||
|
Loading…
Reference in New Issue
Block a user