]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Allow Rust to fail for now
authorTaylor Yu <catalyst@torproject.org>
Wed, 20 Jun 2018 20:10:18 +0000 (15:10 -0500)
committerTaylor Yu <catalyst@torproject.org>
Wed, 20 Jun 2018 20:23:37 +0000 (15:23 -0500)
Multiple issues are preventing Travis CI from passing with Rust right
now.

.travis.yml

index aab6f6b3d5dc6b240a6b9afbe4f873f351c01d5e..f37f9a23ff3264a45d26747d15403312f85f7492 100644 (file)
@@ -87,8 +87,9 @@ matrix:
   ## branches and build history pages.  See
   ## https://github.com/travis-ci/travis-ci/issues/8716
   allow_failures:
-    # - env: RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true
-    # - env: RUST_OPTIONS="--enable-rust --enable-cargo-online-mode
+    - env: RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true
+    - env: RUST_OPTIONS="--enable-rust --enable-cargo-online-mode"
+    - env: DISTCHECK="yes" RUST_OPTIONS="--enable-rust --enable-cargo-online-mode"
     # - compiler: clang
 
   ## Create explicit matrix entries to work around a Travis CI