Merge pull request #20389 from Veykril/push-ssyssvnrywvy

Slim down compile time artifact progress reports
This commit is contained in:
Lukas Wirth 2025-08-05 08:57:17 +00:00 committed by GitHub
commit 135f94a02b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View file

@ -812,7 +812,7 @@ impl GlobalState {
};
if let Some(state) = state {
self.report_progress("Building build-artifacts", state, msg, None, None);
self.report_progress("Building compile-time-deps", state, msg, None, None);
}
}
Task::LoadProcMacros(progress) => {