================ @@ -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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits