mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #20790 - servo:tc-rustup, r=edunham
Install rustup in TaskCluster builds <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20790) <!-- Reviewable:end -->
This commit is contained in:
commit
7444270faf
1 changed files with 9 additions and 0 deletions
|
@ -8,7 +8,16 @@ 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
|
||||
export RUSTFLAGS="-Dwarnings"
|
||||
export CARGO_INCREMENTAL=0
|
||||
export SCCACHE_IDLE_TIMEOUT=1200
|
||||
|
||||
./mach test-tidy --no-progress --all
|
||||
./mach test-tidy --no-progress --self-test
|
||||
env CC=gcc-5 CXX=g++-5 ./mach build --dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue