Install rustup in TaskCluster builds

This commit is contained in:
Simon Sapin 2018-05-15 15:39:46 -05:00
parent 00de912ad5
commit f69cbbb647

View file

@ -8,6 +8,9 @@ set -o errexit
set -o nounset
set -o pipefail
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
export PATH="${HOME}/.cargo/bin:${PATH}"
# Update this from the linux-dev builder in etc/ci/buildbot_steps.yml
export RUST_BACKTRACE=1