Closed
Description
Similar to #95996, we expect contributors to run this frequently, so it should be tested in CI.
@eddyb suggested using the defaults in
but I'm a little hesitant to do that because some of them are very wrong for CI (e.g.download-ci-llvm
) and others shouldn't affect tests but make the compiler slower (e.g. debug-logging = true
). I do agree we should enable incremental for these tests, though.
Not sure which builder to add these to - adding it to mingw-check would make it significantly slower, and I don't know which of the full builders has spare capacity. @pietroalbini do you have suggestions?
_Originally posted by @eddyb in #98660 (comment)