mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Only enable RUST_BACKTRACE in non-mac build environment on CI.
This commit is contained in:
parent
4c8413d532
commit
53ed2ca0a0
1 changed files with 1 additions and 1 deletions
|
@ -104,13 +104,13 @@ build_dependencies_artifacts_expire_in = "1 month"
|
|||
log_artifacts_expire_in = "1 year"
|
||||
|
||||
build_env = {
|
||||
"RUST_BACKTRACE": "1",
|
||||
"RUSTFLAGS": "-Dwarnings",
|
||||
"CARGO_INCREMENTAL": "0",
|
||||
}
|
||||
unix_build_env = {
|
||||
}
|
||||
linux_build_env = {
|
||||
"RUST_BACKTRACE": "1", # https://github.com/servo/servo/issues/26192
|
||||
"SHELL": "/bin/dash", # For SpiderMonkey’s build system
|
||||
"CCACHE": "sccache",
|
||||
"RUSTC_WRAPPER": "sccache",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue