tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8b5c11fbf6a408147e61ce96812faebca1580c61
parent da404910a7cb25c20baf3fbf5e7a6a056bdbe9df
Author: teor <teor@torproject.org>
Date:   Mon, 16 Dec 2019 09:23:46 +1000

Merge branch 'bug32240_32242_041' into bug32240_32242_042

Diffstat:
M.travis.yml | 3+--
Achanges/ticket32242 | 2++
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -117,8 +117,7 @@ addons: - libnss3-dev - libscrypt-dev - libseccomp-dev - ## zstd doesn't exist in Ubuntu Trusty - #- libzstd + - libzstd-dev - shellcheck ## Conditional build dependencies ## Always installed, so we don't need sudo 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.