mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Disable sccache on macOS
This commit is contained in:
parent
cde3ecf640
commit
1cbeb7a612
1 changed files with 3 additions and 3 deletions
|
@ -117,12 +117,12 @@ build_env = {
|
|||
"CARGO_INCREMENTAL": "0",
|
||||
}
|
||||
unix_build_env = {
|
||||
"CCACHE": "sccache",
|
||||
"RUSTC_WRAPPER": "sccache",
|
||||
"SCCACHE_IDLE_TIMEOUT": "1200",
|
||||
}
|
||||
linux_build_env = {
|
||||
"SHELL": "/bin/dash", # For SpiderMonkey’s build system
|
||||
"CCACHE": "sccache",
|
||||
"RUSTC_WRAPPER": "sccache",
|
||||
"SCCACHE_IDLE_TIMEOUT": "1200",
|
||||
}
|
||||
macos_build_env = {}
|
||||
windows_build_env = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue