Explicitly specific build variant when installing native programs

This commit is contained in:
Michael Vines
2018-12-07 08:26:45 -08:00
parent 1ddf93fd86
commit fa58da2401
5 changed files with 5 additions and 5 deletions

View File

@ -51,6 +51,6 @@ echo --- ci/localnet-sanity.sh
# Assume |cargo build| has populated target/debug/ successfully.
export PATH=$PWD/target/debug:$PATH
# Move programs into the executable location so native_loader can find them
scripts/install-native-programs.sh "$PWD"/target/debug
scripts/install-native-programs.sh "$PWD"/target/debug debug
USE_INSTALL=1 ci/localnet-sanity.sh
)