diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-12-21 09:02:58 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@kekalainen.net> | 2021-01-03 21:14:32 +0200 |
commit | 09b1695b418c28561c77588d5c2f98f169fb4105 (patch) | |
tree | b5ce99556d2739a0d8469884ad58cfe570c20fc2 /.travis.yml | |
parent | fa9bd073054e594610557970366088d1ffdeed92 (diff) | |
download | mariadb-git-09b1695b418c28561c77588d5c2f98f169fb4105.tar.gz |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 7ea6311ca9f..863f3223196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |