chore: Disable sccache for windows builds, b=no-bug, c=configs

This commit is contained in:
mr. m
2025-11-10 17:07:32 +01:00
parent bc09603add
commit c2f9097983

View File

@@ -22,6 +22,10 @@ if test "$ZEN_CROSS_COMPILING"; then
fi
fi
# We wrongly detect ccache on windows, which leads to build failures.
# This line should be removed once the detection is fixed.
ac_add_options --without-ccache
ac_add_options --disable-maintenance-service
ac_add_options --disable-bits-download