]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: Remove a redundant distcheck job
authorteor <teor@torproject.org>
Thu, 13 Feb 2020 03:22:19 +0000 (13:22 +1000)
committerteor <teor@torproject.org>
Thu, 13 Feb 2020 03:45:18 +0000 (13:45 +1000)
Part of 33194.

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

index 323ebf5b357f70f217de01df348ca072670e1e8d..38519db627a9dd6bca39dc34ef24400d9fc0e8c9 100644 (file)
@@ -53,16 +53,12 @@ matrix:
     - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
       compiler: clang
     ## We check asciidoc with distcheck, to make sure we remove doc products
-    ## We use Linux clang, because there are no other Linux clang jobs
     - env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes"
-      compiler: clang
     ## We include a single coverage build with the best options for coverage
     - env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""
     ## We run rust on Linux, because it's faster than rust on macOS
     ## We check rust offline
     - env: RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true
-    ## We check asciidoc with distcheck, to make sure we remove doc products
-    - env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes"
     ## We check disable module dirauth
     - env: MODULES_OPTIONS="--disable-module-dirauth"
     ## macOS builds are very slow, and we have a limited number of
diff --git a/changes/ticket33194 b/changes/ticket33194
new file mode 100644 (file)
index 0000000..fd9efda
--- /dev/null
@@ -0,0 +1,2 @@
+  o Testing:
+    - Remove a redundant distcheck job. Closes ticket 33194.