]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: Improve Rust comments
authorteor <teor@torproject.org>
Fri, 10 Aug 2018 06:30:21 +0000 (16:30 +1000)
committerteor <teor@torproject.org>
Fri, 10 Aug 2018 06:30:21 +0000 (16:30 +1000)
.travis.yml

index 8c2c9e3d61301671eb9da0f992125b3b8e452824..9f1bc70e8458db8550504c40dbf3796bb085d95b 100644 (file)
@@ -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=""