mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Auto merge of #23435 - servo:jdm-patch-51, r=Manishearth
Disable sccache on macOS This is an attempt to see if sccache is responsible for #23409 and #23428. <!-- 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/23435) <!-- Reviewable:end -->
This commit is contained in:
commit
f9e5e7fe41
1 changed files with 3 additions and 3 deletions
|
@ -117,12 +117,12 @@ build_env = {
|
||||||
"CARGO_INCREMENTAL": "0",
|
"CARGO_INCREMENTAL": "0",
|
||||||
}
|
}
|
||||||
unix_build_env = {
|
unix_build_env = {
|
||||||
"CCACHE": "sccache",
|
|
||||||
"RUSTC_WRAPPER": "sccache",
|
|
||||||
"SCCACHE_IDLE_TIMEOUT": "1200",
|
|
||||||
}
|
}
|
||||||
linux_build_env = {
|
linux_build_env = {
|
||||||
"SHELL": "/bin/dash", # For SpiderMonkey’s build system
|
"SHELL": "/bin/dash", # For SpiderMonkey’s build system
|
||||||
|
"CCACHE": "sccache",
|
||||||
|
"RUSTC_WRAPPER": "sccache",
|
||||||
|
"SCCACHE_IDLE_TIMEOUT": "1200",
|
||||||
}
|
}
|
||||||
macos_build_env = {}
|
macos_build_env = {}
|
||||||
windows_build_env = {
|
windows_build_env = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue