[tor-commits] [tor/master] Stop initialising rust submodules, travis does this for us
nickm at torproject.org
nickm at torproject.org
Fri Apr 27 17:27:01 UTC 2018
commit b116710e313c6debf9bc172e462837782def57bd
Author: teor <teor2345 at gmail.com>
Date: Fri Dec 15 12:55:02 2017 +1100
Stop initialising rust submodules, travis does this for us
Fixes #24630.
---
.travis.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 18c5b5bdd..46317ee06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -144,8 +144,6 @@ install:
- if [[ "$RUST_OPTIONS" != "" ]]; then rustc --version; fi
- if [[ "$RUST_OPTIONS" != "" ]]; then cargo --version; fi
## If we're testing rust builds in offline-mode, then set up our vendored dependencies
- - if [[ "$RUST_OPTIONS" == "--enable-rust" ]]; then git submodule init ; fi
- - if [[ "$RUST_OPTIONS" == "--enable-rust" ]]; then git submodule update; fi
- if [[ "$TOR_RUST_DEPENDENCIES" == "true" ]]; then export TOR_RUST_DEPENDENCIES=$PWD/src/ext/rust/crates; fi
script:
More information about the tor-commits
mailing list