mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.3'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user