Explicitly specific build variant when installing native programs
This commit is contained in:
@ -45,7 +45,7 @@ echo --- Creating tarball
|
||||
|
||||
cargo install --path drone --root solana-release
|
||||
cargo install --path . --root solana-release
|
||||
./scripts/install-native-programs.sh solana-release/bin
|
||||
./scripts/install-native-programs.sh solana-release/bin release
|
||||
|
||||
./fetch-perf-libs.sh
|
||||
# shellcheck source=/dev/null
|
||||
|
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user