Commit f2219c8d authored by Otto Kekäläinen's avatar Otto Kekäläinen

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.
parent e820dec1
...@@ -21,6 +21,7 @@ addons: ...@@ -21,6 +21,7 @@ addons:
- debhelper - debhelper
- dh-apparmor - dh-apparmor
- dpatch - dpatch
- gdb
- libaio-dev - libaio-dev
- libboost-dev - libboost-dev
- libjudy-dev - libjudy-dev
......
...@@ -9,6 +9,7 @@ Build-Depends: bison, ...@@ -9,6 +9,7 @@ Build-Depends: bison,
dh-apparmor, dh-apparmor,
dh-systemd, dh-systemd,
dpatch, dpatch,
gdb,
libaio-dev [linux-any], libaio-dev [linux-any],
libboost-dev, libboost-dev,
libcrack2-dev (>= 2.9.0), libcrack2-dev (>= 2.9.0),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment