aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-08-10 16:30:21 +1000
committerteor <teor@torproject.org>2018-08-10 16:30:21 +1000
commit169afe3ca52fc8b201f00fe8b262c75e79a199d5 (patch)
tree89bc31b3cd7b282ce54a860aec445eec22ab674e
parent4517c4c3e38fe93d668ab84dc5e7cb3bd0a3c173 (diff)
downloadtor-169afe3ca52fc8b201f00fe8b262c75e79a199d5.tar.gz
tor-169afe3ca52fc8b201f00fe8b262c75e79a199d5.zip
Travis: Improve Rust comments
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c2c9e3d61..9f1bc70e84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,7 +50,8 @@ matrix:
# - env: HARDENING_OPTIONS=""
## We check asciidoc with distcheck, to make sure we remove doc products
- env: ASCIIDOC_OPTIONS="" DISTCHECK="yes"
- ## Check rust offline without distcheck (see above)
+ ## Check rust offline without hardening (see above), or distcheck
+ ## Distcheck doesn't work with rust in 0.3.2
## TOR_RUST_DEPENDENCIES is spelt RUST_DEPENDENCIES in 0.3.2
- env: RUST_OPTIONS="--enable-rust" RUST_DEPENDENCIES=true HARDENING_OPTIONS=""