#!/usr/bin/env bash set -e eval "$(ejson2env .buildkite/env/secrets.ejson)" # Ensure the pattern "+++ ..." never occurs when |set -x| is set, as buildkite # interprets this as the start of a log group. # Ref: https://buildkite.com/docs/pipelines/managing-log-output export PS4="++" # # Restore target/ from the previous CI build on this machine # eval "$(ci/channel-info.sh)" eval "$(ci/sbf-tools-info.sh)" source "ci/rust-version.sh" HOST_RUST_VERSION="$rust_stable" pattern='^[0-9]+\.[0-9]+\.[0-9]+$' if [[ ${HOST_RUST_VERSION} =~ ${pattern} ]]; then HOST_RUST_VERSION="${rust_stable%.*}" fi