[llvm-branch-commits] [flang] [llvm] [Github][CI] Upload .ninja_log as an artifact (PR #135539)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 14 00:37:15 PDT 2025
================
@@ -33,6 +33,8 @@ function at-exit {
mkdir -p artifacts
ccache --print-stats > artifacts/ccache_stats.txt
+ cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log
+ ls artifacts/
----------------
boomanaiden154 wrote:
Leftover from testing. I've removed it. The github actions workflow should print out the file list.
https://github.com/llvm/llvm-project/pull/135539
More information about the llvm-branch-commits
mailing list