[llvm] [libc++] Upload CMakeConfigureLog artifacts (PR #114445)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 31 11:20:24 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
<details>
<summary>Changes</summary>
This is helpful to debug CMake configuration issues such as the ones that can happen when we build an external project (like GoogleBenchmark).
---
Full diff: https://github.com/llvm/llvm-project/pull/114445.diff
1 Files Affected:
- (modified) .github/workflows/libcxx-build-and-test.yaml (+4)
``````````diff
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index 184fed2268e818..657e7f1e7f0f7e 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -79,6 +79,7 @@ jobs:
path: |
**/test-results.xml
**/*.abilist
+ **/CMakeConfigureLog.yaml
**/CMakeError.log
**/CMakeOutput.log
**/crash_diagnostics/*
@@ -123,6 +124,7 @@ jobs:
path: |
**/test-results.xml
**/*.abilist
+ **/CMakeConfigureLog.yaml
**/CMakeError.log
**/CMakeOutput.log
**/crash_diagnostics/*
@@ -188,6 +190,7 @@ jobs:
path: |
**/test-results.xml
**/*.abilist
+ **/CMakeConfigureLog.yaml
**/CMakeError.log
**/CMakeOutput.log
**/crash_diagnostics/*
@@ -230,6 +233,7 @@ jobs:
path: |
**/test-results.xml
**/*.abilist
+ **/CMakeConfigureLog.yaml
**/CMakeError.log
**/CMakeOutput.log
**/crash_diagnostics/*
``````````
</details>
https://github.com/llvm/llvm-project/pull/114445
More information about the llvm-commits
mailing list