Explorar el Código

Merge branch 'bug32240_32242_040' into bug32240_32242_041

teor hace 4 años
padre
commit
84c4ede052
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1 2
      .travis.yml
  2. 2 0
      changes/ticket32242

+ 1 - 2
.travis.yml

@@ -115,8 +115,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

+ 2 - 0
changes/ticket32242

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