Explorar o código

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.
teor %!s(int64=4) %!d(string=hai) anos
pai
achega
4342486649
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 1 2
      .travis.yml
  2. 2 0
      changes/ticket32242

+ 1 - 2
.travis.yml

@@ -103,8 +103,7 @@ addons:
       - libnss3-dev
       - libnss3-dev
       - libscrypt-dev
       - libscrypt-dev
       - libseccomp-dev
       - libseccomp-dev
-      ## zstd doesn't exist in Ubuntu Trusty
-      #- libzstd
+      - libzstd-dev
       ## Conditional build dependencies
       ## Conditional build dependencies
       ## Always installed, so we don't need sudo
       ## Always installed, so we don't need sudo
       - asciidoc
       - asciidoc

+ 2 - 0
changes/ticket32242

@@ -0,0 +1,2 @@
+  o Testing (continuous integration):
+    - Use zstd in our Travis Linux builds. Closes ticket 32242.