commit 43424866496e6f7613ec652c798fec3b8b460c6d
parent d175e70817ccff01cd9eb73d8da9e306745fb469
Author: teor <teor@torproject.org>
Date: Wed, 23 Oct 2019 22:35:24 +1000
Travis: Use zstd in our Travis Linux builds
Recent Ubuntu versions have zstd >= 1.1, which is an optional tor build
dependency.
Closes ticket 32242.
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -103,8 +103,7 @@ addons:
- libnss3-dev
- libscrypt-dev
- libseccomp-dev
- ## zstd doesn't exist in Ubuntu Trusty
- #- libzstd
+ - libzstd-dev
## Conditional build dependencies
## Always installed, so we don't need sudo
- asciidoc
diff --git a/changes/ticket32242 b/changes/ticket32242
@@ -0,0 +1,2 @@
+ o Testing (continuous integration):
+ - Use zstd in our Travis Linux builds. Closes ticket 32242.