commit 43424866496e6f7613ec652c798fec3b8b460c6d Author: teor teor@torproject.org Date: Wed Oct 23 22:35:24 2019 +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. --- .travis.yml | 3 +-- changes/ticket32242 | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 8f7e8e4be..79e232f0c 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 000000000..d63d5a586 --- /dev/null +++ b/changes/ticket32242 @@ -0,0 +1,2 @@ + o Testing (continuous integration): + - Use zstd in our Travis Linux builds. Closes ticket 32242.
tor-commits@lists.torproject.org