Similar to #95996, we expect contributors to run this frequently, so it should be tested in CI.
@eddyb suggested using the defaults in
|
# These defaults are meant for contributors to the compiler who do not modify codegen or LLVM |
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)
Similar to #95996, we expect contributors to run this frequently, so it should be tested in CI.
@eddyb suggested using the defaults in
rust/src/bootstrap/defaults/config.compiler.toml
Line 1 in 7443cc2
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)