Stop initialising rust submodules, travis does this for us

Fixes #24630.
This commit is contained in:
teor 2017-12-15 12:55:02 +11:00 committed by Nick Mathewson
parent 58f54a3588
commit b116710e31
1 changed files with 0 additions and 2 deletions

View File

@ -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: