Move drone into its own crate

This commit is contained in:
Michael Vines
2018-11-16 08:04:46 -08:00
committed by Grimes
parent cf95708c18
commit d96a6b42a5
67 changed files with 678 additions and 567 deletions

View File

@ -136,7 +136,11 @@ build() {
# shellcheck source=/dev/null
source target/perf-libs/env.sh
fi
$MAYBE_DOCKER cargo install --features="$cargoFeatures" --root farf
$MAYBE_DOCKER bash -c "
set -ex
cargo install --path drone --features=$cargoFeatures --root farf
cargo install --path . --features=$cargoFeatures --root farf
"
./scripts/install-native-programs.sh farf/
)
echo "Build took $SECONDS seconds"