Commit 09b1695b authored by Otto Kekäläinen's avatar Otto Kekäläinen

Travis-CI: Sync dependencies with Debian

- Add libarchive-dev and libkrb5-dev as they are defined as dependencies
  in debian/control
- Update curl dependency to libcurl4-openssl-dev, available in Bionic and Focal
- Remove libstemmer-dev that was added without documented motivations in
  https://github.com/ottok/mariadb/commit/e9ada862651fdb98f84871e4ec59bef1bb36646d
- Remove libdistro-info-perl that was added due to need by autobake-deb.sh
  in https://github.com/ottok/mariadb/commit/eb04ee5c9d2416aa45acd1353dff19f569e96317
  but which is not needed anymore
parent fa9bd073
......@@ -41,6 +41,7 @@ addons:
- g++-10 # In suites: focal, bionic (via ppa:ubuntu-toolchain-r/test)
- gdb
- libaio-dev
- libarchive-dev
- libboost-atomic-dev
- libboost-chrono-dev
- libboost-date-time-dev
......@@ -50,11 +51,12 @@ addons:
- libboost-system-dev
- libboost-thread-dev
- libcrack2-dev
- libcurl3-dev
- libcurl4-openssl-dev
- libdbd-mysql
- libedit-dev
- libjemalloc-dev
- libjudy-dev
- libkrb5-dev
- liblz4-dev
- libncurses5-dev
- libnuma-dev
......@@ -63,7 +65,6 @@ addons:
- libreadline-gplv2-dev
- libsnappy-dev
- libssl-dev
- libstemmer-dev
- libxml2-dev
- lsb-release
- perl
......@@ -136,7 +137,6 @@ jobs:
- dh-exec
- dh-systemd
- fakeroot
- libdistro-info-perl
- libsystemd-dev
- libzstd-dev
- po-debconf
......
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