Skip to content

[libc++] Stop uploading crash diagnostics in the CI #116581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

ldionne
Copy link
Member

@ldionne ldionne commented Nov 18, 2024

This seems to break the CI right now, and I've never once used those artifacts to debug something. In case of problems, we could always just modify a failing PR to include the required crash diagnostics in the artifacts as a one-off thing.

This seems to break the CI right now, and I've never once used
those artifacts to debug something. In case of problems, we could
always just modify a failing PR to include the required crash
diagnostics in the artifacts as a one-off thing.
@llvmbot llvmbot added libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. github:workflow labels Nov 18, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 18, 2024

@llvm/pr-subscribers-github-workflow

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

Changes

This seems to break the CI right now, and I've never once used those artifacts to debug something. In case of problems, we could always just modify a failing PR to include the required crash diagnostics in the artifacts as a one-off thing.


Full diff: https://github.com/llvm/llvm-project/pull/116581.diff

1 Files Affected:

  • (modified) .github/workflows/libcxx-build-and-test.yaml (-5)
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index 472d18e73da78d..6275fc45721e09 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -43,7 +43,6 @@ env:
   LLVM_OLDEST_VERSION: "17"
   GCC_STABLE_VERSION: "13"
   LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-19"
-  CLANG_CRASH_DIAGNOSTICS_DIR: "crash_diagnostics"
 
 jobs:
   stage1:
@@ -82,7 +81,6 @@ jobs:
             **/CMakeConfigureLog.yaml
             **/CMakeError.log
             **/CMakeOutput.log
-            **/crash_diagnostics/*
   stage2:
     if: github.repository_owner == 'llvm'
     runs-on: libcxx-self-hosted-linux
@@ -128,7 +126,6 @@ jobs:
             **/CMakeConfigureLog.yaml
             **/CMakeError.log
             **/CMakeOutput.log
-            **/crash_diagnostics/*
   stage3:
     if: github.repository_owner == 'llvm'
     needs: [ stage1, stage2 ]
@@ -192,7 +189,6 @@ jobs:
             **/CMakeConfigureLog.yaml
             **/CMakeError.log
             **/CMakeOutput.log
-            **/crash_diagnostics/*
 
   macos:
     needs: [ stage1 ]
@@ -235,7 +231,6 @@ jobs:
             **/CMakeConfigureLog.yaml
             **/CMakeError.log
             **/CMakeOutput.log
-            **/crash_diagnostics/*
 
   windows:
     runs-on: windows-2022

@ldionne
Copy link
Member Author

ldionne commented Nov 18, 2024

I think #116580 is actually what we want here, closing.

@ldionne ldionne closed this Nov 18, 2024
@ldionne ldionne deleted the review/fix-ci-build branch November 18, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github:workflow libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants