Files
lighthouse/.cargo/config.toml
Michael Sproul bd6b8b6a65 Disable sccache to fix Windows builds (#7867)
Quick fix to unblock Windows CI. I have a hammer and I'm using it.
2025-08-13 01:51:19 +00:00

8 lines
209 B
TOML

[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 = ""