mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Disable sccache to fix Windows builds (#7867)
Quick fix to unblock Windows CI. I have a hammer and I'm using it.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
[env]
|
||||
# Set the number of arenas to 16 when using jemalloc.
|
||||
JEMALLOC_SYS_WITH_MALLOC_CONF = "abort_conf:true,narenas:16"
|
||||
|
||||
# FIXME: sccache temporarily disabled due to Windows issues
|
||||
[build]
|
||||
rustc-wrapper = ""
|
||||
|
||||
Reference in New Issue
Block a user