Fix snap build

This commit is contained in:
Michael Vines
2018-11-26 17:54:40 -08:00
committed by Grimes
parent 1695803248
commit 03ce45d93a
5 changed files with 25 additions and 27 deletions

View File

@ -6,13 +6,9 @@ cd "$(dirname "$0")/.."
# Clear cached json keypair files
rm -rf "$HOME/.config/solana"
if ! ci/version-check.sh stable; then
# This job doesn't run within a container, try once to upgrade tooling on a
# version check failure
rustup install stable
rustup default stable
ci/version-check.sh stable
fi
# This job doesn't run within a container, try once to upgrade tooling on a
# version check failure
ci/version-check-with-upgrade.sh stable
export RUST_BACKTRACE=1
export RUSTFLAGS="-D warnings"
@ -51,4 +47,4 @@ echo --- ci/localnet-sanity.sh
# Assume |cargo build| has populated target/debug/ successfully.
export PATH=$PWD/target/debug:$PATH
USE_INSTALL=1 ci/localnet-sanity.sh
)
)