[llvm-branch-commits] [flang] [llvm] [Github][CI] Upload .ninja_log as an artifact (PR #135539)
Matheus Izvekov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Apr 13 09:28:08 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/
----------------
mizvekov wrote:
Should include hidden files, since we are uploading these too according to the other PR.
Might look prettier in list form.
Might be worth doing it recursively.
```suggestion
ls -laR artifacts/
```
Why not do the same on the windows job though?
https://github.com/llvm/llvm-project/pull/135539
More information about the llvm-branch-commits
mailing list