]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: Use zstd in our Travis Linux builds
authorteor <teor@torproject.org>
Wed, 23 Oct 2019 12:35:24 +0000 (22:35 +1000)
committerteor <teor@torproject.org>
Wed, 23 Oct 2019 23:26:54 +0000 (09:26 +1000)
Recent Ubuntu versions have zstd >= 1.1, which is an optional tor build
dependency.

Closes ticket 32242.

.travis.yml
changes/ticket32242 [new file with mode: 0644]

index 8f7e8e4be150e9de1dc4cdeac4160fbe4b0b17e4..79e232f0c3c2a1926693a7da18e4881c4a310155 100644 (file)
@@ -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 (file)
index 0000000..d63d5a5
--- /dev/null
@@ -0,0 +1,2 @@
+  o Testing (continuous integration):
+    - Use zstd in our Travis Linux builds. Closes ticket 32242.