summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@mariadb.org>2016-11-09 21:15:17 +0200
committerOtto Kekäläinen <otto@mariadb.org>2016-11-10 18:26:46 +0200
commitf2219c8d3fb4a54da1fff74b8849c74b9a7de0c6 (patch)
tree47cc18e7ff9e27ee87e2b376e58d07bcade6d743
parente820dec1f98c7d8e85fc856b9ed81aed053cea7c (diff)
downloadmariadb-git-f2219c8d3fb4a54da1fff74b8849c74b9a7de0c6.tar.gz
Deb: add gdb as a build dependency for stack traces on test suite failures
If mysqld crashed during the test suite run and gdb is available, a stack trace will be printed automatically.
-rw-r--r--.travis.yml1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 24ccd522868..273491ccc7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ addons:
- debhelper
- dh-apparmor
- dpatch
+ - gdb
- libaio-dev
- libboost-dev
- libjudy-dev
diff --git a/debian/control b/debian/control
index cd36704ea63..c8b0dfb6785 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: bison,
dh-apparmor,
dh-systemd,
dpatch,
+ gdb,
libaio-dev [linux-any],
libboost-dev,
libcrack2-dev (>= 2.9.0),