diff options
author | teor <teor@torproject.org> | 2019-12-01 20:25:00 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-01 20:25:00 +1000 |
commit | 6558bb4460f360ee16653d9430ee00e969f3adf7 (patch) | |
tree | 1ec15ebee068cd18df8029ee62d257a12ba3f579 | |
parent | f2f7491cd9ea8a8c39b576106b44488202aa3c63 (diff) | |
download | tor-6558bb4460f360ee16653d9430ee00e969f3adf7.tar.gz tor-6558bb4460f360ee16653d9430ee00e969f3adf7.zip |
Travis: Disable the macOS Rust job
This time, we're disabling it because it's the lowest priority job.
(And also slow.)
Part of 32629.
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 21c86ad930..bdcd94f91b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,10 +62,13 @@ matrix: - env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes" ## We check disable module dirauth - env: MODULES_OPTIONS="--disable-module-dirauth" + ## macOS builds are very slow, and we have a limited number of + ## concurrent macOS jobs. We're not actively developing Rust, so it is + ## the lowest priority. ## We run rust on macOS, because we have seen macOS rust failures before - - env: RUST_OPTIONS="--enable-rust --enable-cargo-online-mode" - compiler: clang - os: osx + #- env: RUST_OPTIONS="--enable-rust --enable-cargo-online-mode" + # compiler: clang + # os: osx ## We run chutney on macOS, because macOS Travis has IPv6 - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes" os: osx |