Disable sccache on macOS

This commit is contained in:
Josh Matthews 2019-05-21 17:43:55 -04:00 committed by GitHub
parent cde3ecf640
commit 1cbeb7a612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 SpiderMonkeys build system
"CCACHE": "sccache",
"RUSTC_WRAPPER": "sccache",
"SCCACHE_IDLE_TIMEOUT": "1200",
}
macos_build_env = {}
windows_build_env = {