diff options
author | teor <teor@torproject.org> | 2018-08-10 11:59:42 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-10 12:44:20 +1000 |
commit | 7ec75e014fb7e736cdf392a4ca11196c0d492044 (patch) | |
tree | f3e12ec8b1a86e899d38da61c7d66622d1aaf41e /.travis.yml | |
parent | 82cccfbe25c3e5b5be14323b545c68c7eb52400c (diff) | |
download | tor-7ec75e014fb7e736cdf392a4ca11196c0d492044.tar.gz tor-7ec75e014fb7e736cdf392a4ca11196c0d492044.zip |
Travis: Check Rust with distcheck in 0.3.3 and later
Backports an 0.3.4 change that also works in 0.3.3.
Part of 24629.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 81f449797b..f1b89e1030 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,8 +50,9 @@ matrix: # - env: HARDENING_OPTIONS="" ## We check asciidoc with distcheck, to make sure we remove doc products - env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" - ## Check rust offline without distcheck (see above) - - env: RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true HARDENING_OPTIONS="" + ## Check rust offline with distcheck, to make sure we remove rust products + ## But without hardening (see above) + - env: DISTCHECK="yes" RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true HARDENING_OPTIONS="" ## Uncomment to allow the build to report success (with non-required ## sub-builds continuing to run) if all required sub-builds have |