Skip to content

Commit c2f9097

Browse files
committed
chore: Disable sccache for windows builds, b=no-bug, c=configs
1 parent bc09603 commit c2f9097

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/windows/mozconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ if test "$ZEN_CROSS_COMPILING"; then
2222
fi
2323
fi
2424

25+
# We wrongly detect ccache on windows, which leads to build failures.
26+
# This line should be removed once the detection is fixed.
27+
ac_add_options --without-ccache
28+
2529
ac_add_options --disable-maintenance-service
2630
ac_add_options --disable-bits-download
2731

0 commit comments

Comments
 (0)