mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Install rustup in TaskCluster builds
This commit is contained in:
parent
00de912ad5
commit
f69cbbb647
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue