tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d5d312884f7d8d9a0212b12e954270b8b9f72258
parent bf466f55032f4c9f57e532d150cb30fb7d9fb00d
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 18 Apr 2018 18:37:59 -0400

Merge branch 'travis_distcheck_031' into travis_distcheck_033

Diffstat:
M.travis.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -103,7 +103,9 @@ matrix: - compiler: gcc env: COVERAGE_OPTIONS="--enable-coverage" - compiler: gcc - env: DISTCHECK="yes" + env: DISTCHECK="yes" RUST_OPTIONS="" + - compiler: gcc + env: DISTCHECK="yes" RUST_OPTIONS="--enable-rust --enable-cargo-online-mode" ## The "sudo: required" forces non-containerized builds, working ## around a Travis CI environment issue: clang LeakAnalyzer fails ## because it requires ptrace and the containerized environment no