]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Stop initialising rust submodules, travis does this for us
authorteor <teor2345@gmail.com>
Fri, 15 Dec 2017 01:55:02 +0000 (12:55 +1100)
committerNick Mathewson <nickm@torproject.org>
Fri, 27 Apr 2018 17:26:12 +0000 (13:26 -0400)
Fixes #24630.

.travis.yml

index 18c5b5bdd55516dd71daeb780af511e15187a7ce..46317ee0648475cf653834b5db5d05c68ed8e6ac 100644 (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: