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

@@ -4,12 +4,10 @@ set -e
here=$(dirname "$0")
cd "$here"/..
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
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
./fetch-perf-libs.sh