mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Set environment variables for taskcluster builds
This commit is contained in:
parent
1d8283e010
commit
00de912ad5
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ set -o nounset
|
|||
set -o pipefail
|
||||
|
||||
# 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