Merge remote-tracking branch 'catalyst-github/moar-libs'

This commit is contained in:
Nick Mathewson 2018-07-02 12:22:37 -04:00
commit d6aa6549b5
2 changed files with 5 additions and 1 deletions

View File

@ -42,11 +42,12 @@ addons:
packages:
## Required dependencies
- libevent-dev
- libseccomp2
- zlib1g-dev
## Optional dependencies
- libcap-dev
- liblzma-dev
- libscrypt-dev
- libseccomp-dev
## zstd doesn't exist in Ubuntu Trusty
#- libzstd

3
changes/ticket26560 Normal file
View File

@ -0,0 +1,3 @@
o Minor features (continuous integration):
- Install libcap-dev and libseccomp2-dev so these optional
dependencies get tested on Travis CI. Closes ticket 26560.