From: teor Date: Fri, 15 Dec 2017 01:55:02 +0000 (+1100) Subject: Stop initialising rust submodules, travis does this for us X-Git-Tag: tor-0.3.3.6~32^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b116710e313c6debf9bc172e462837782def57bd;p=thirdparty%2Ftor.git Stop initialising rust submodules, travis does this for us Fixes #24630. --- diff --git a/.travis.yml b/.travis.yml index 18c5b5bdd5..46317ee064 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: