[all-commits] [llvm/llvm-project] a7cda5: [CI] Save All .ninja_log Files (#163485)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu Oct 16 08:43:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7cda50cbc80d43e6c5c4e3dc8f030dea54a8a43
      https://github.com/llvm/llvm-project/commit/a7cda50cbc80d43e6c5c4e3dc8f030dea54a8a43
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-10-16 (Thu, 16 Oct 2025)

  Changed paths:
    M .ci/monolithic-linux.sh
    M .ci/monolithic-windows.sh
    M .ci/utils.sh

  Log Message:
  -----------
  [CI] Save All .ninja_log Files (#163485)

We currently only save the .ninja_log from the last ninja invocation
because ninja overwrites any existing .ninja_log file. This prevents us
from easily doing performance introspection of earlier ninja invocations
(which take the bulk of the time) using the .ninja_log file.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list