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:
Michael Sproul
2025-08-13 11:51:19 +10:00
committed by GitHub
parent 6604fd10b4
commit bd6b8b6a65
2 changed files with 13 additions and 6 deletions

View File

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