Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nick Mathewson
Tor
Commits
fc355510
Unverified
Commit
fc355510
authored
Feb 13, 2020
by
teor
Browse files
Travis: Remove a redundant distcheck job
Part of 33194.
parent
03650e0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
fc355510
...
...
@@ -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
...
...
changes/ticket33194
0 → 100644
View file @
fc355510
o Testing:
- Remove a redundant distcheck job. Closes ticket 33194.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment