aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-23 22:35:24 +1000
committerteor <teor@torproject.org>2019-10-24 09:26:54 +1000
commit43424866496e6f7613ec652c798fec3b8b460c6d (patch)
tree1745c044161bc6d5538baa4ecccafdc3318e42b9
parentd175e70817ccff01cd9eb73d8da9e306745fb469 (diff)
downloadtor-43424866496e6f7613ec652c798fec3b8b460c6d.tar.gz
tor-43424866496e6f7613ec652c798fec3b8b460c6d.zip
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.
-rw-r--r--.travis.yml3
-rw-r--r--changes/ticket322422
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f7e8e4be1..79e232f0c3 100644
--- 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
new file mode 100644
index 0000000000..d63d5a586e
--- /dev/null
+++ b/changes/ticket32242
@@ -0,0 +1,2 @@
+ o Testing (continuous integration):
+ - Use zstd in our Travis Linux builds. Closes ticket 32242.