[llvm-branch-commits] [llvm] [Github]CI] Upload .ninja_log as an artifact (PR #135539)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Apr 13 04:26:15 PDT 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/135539
>From 109923e35d854d63faa5b9599f5fd128bcfe5c79 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sun, 13 Apr 2025 11:26:06 +0000
Subject: [PATCH] testing
Created using spr 1.3.4
---
.ci/monolithic-linux.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/.ci/monolithic-linux.sh b/.ci/monolithic-linux.sh
index 6461c9d40ad59..8c1ad5d80da51 100755
--- a/.ci/monolithic-linux.sh
+++ b/.ci/monolithic-linux.sh
@@ -34,6 +34,7 @@ function at-exit {
mkdir -p artifacts
ccache --print-stats > artifacts/ccache_stats.txt
cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log
+ ls artifacts/
# If building fails there will be no results files.
shopt -s nullglob
More information about the llvm-branch-commits
mailing list