]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: Allow the build to finish before the macOS Rust job
authorteor <teor@torproject.org>
Wed, 2 Oct 2019 00:09:02 +0000 (10:09 +1000)
committerteor <teor@torproject.org>
Wed, 2 Oct 2019 00:09:02 +0000 (10:09 +1000)
When we merged TOR_RUST_VERSION from master, the allow_failures rule
did not match any more. Update it to make it match.

Closes 31859 for master.

.travis.yml

index ec3827d3166dd2ec3dc88a8d08f011274710b8ac..00c967e341c3ae12bd225c14f5627130317c99f1 100644 (file)
@@ -74,7 +74,7 @@ matrix:
     ## macOS rust and chutney are very slow, so we let the build finish before
     ## they are done.  We'd like to fast finish, but still eventually show
     ## any failures in the build status. But Travis doesn't have that ability.
-    - env: RUST_OPTIONS="--enable-rust --enable-cargo-online-mode"
+    - env: RUST_VERSION="nightly" RUST_OPTIONS="--enable-rust --enable-cargo-online-mode"
       compiler: clang
       os: osx
     - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"