[tor-commits] [tor/master] Travis: Remove a redundant distcheck job

teor at torproject.org teor at torproject.org
Mon Feb 17 03:50:08 UTC 2020


commit 9ba147e9af37ce3697bc1352595da94dcf0262f4
Author: teor <teor at torproject.org>
Date:   Thu Feb 13 13:22:19 2020 +1000

    Travis: Remove a redundant distcheck job
    
    Part of 33194.
---
 .travis.yml         | 4 ----
 changes/ticket33194 | 2 ++
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 911a5f6ab..29533dab0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,16 +57,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="" TOR_TEST_RNG_SEED="636f766572616765"
     ## 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 relay
     - env: MODULES_OPTIONS="--disable-module-relay"
     ## We check disable module dirauth
diff --git a/changes/ticket33194 b/changes/ticket33194
new file mode 100644
index 000000000..fd9efda51
--- /dev/null
+++ b/changes/ticket33194
@@ -0,0 +1,2 @@
+  o Testing:
+    - Remove a redundant distcheck job. Closes ticket 33194.





More information about the tor-commits mailing list