diff options
author | teor <teor@torproject.org> | 2020-02-13 13:22:19 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-13 13:45:18 +1000 |
commit | fc3555100f26201213f4da19d2d2904edc76a229 (patch) | |
tree | f3ee4b8a7479e220cac8ac4fb295afe45e44e5e1 | |
parent | 03650e0f60ec37c758f90f3e02bf2ace05959a7e (diff) | |
download | tor-fc3555100f26201213f4da19d2d2904edc76a229.tar.gz tor-fc3555100f26201213f4da19d2d2904edc76a229.zip |
Travis: Remove a redundant distcheck job
Part of 33194.
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | changes/ticket33194 | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 323ebf5b35..38519db627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 index 0000000000..fd9efda516 --- /dev/null +++ b/changes/ticket33194 @@ -0,0 +1,2 @@ + o Testing: + - Remove a redundant distcheck job. Closes ticket 33194. |