Skip to content

Commit e1d6391

Browse files
committed
[libc++] Stop uploading crash diagnostics in the CI
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.
1 parent c2a3ed2 commit e1d6391

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ env:
4343
LLVM_OLDEST_VERSION: "17"
4444
GCC_STABLE_VERSION: "13"
4545
LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-19"
46-
CLANG_CRASH_DIAGNOSTICS_DIR: "crash_diagnostics"
4746

4847
jobs:
4948
stage1:
@@ -82,7 +81,6 @@ jobs:
8281
**/CMakeConfigureLog.yaml
8382
**/CMakeError.log
8483
**/CMakeOutput.log
85-
**/crash_diagnostics/*
8684
stage2:
8785
if: github.repository_owner == 'llvm'
8886
runs-on: libcxx-self-hosted-linux
@@ -128,7 +126,6 @@ jobs:
128126
**/CMakeConfigureLog.yaml
129127
**/CMakeError.log
130128
**/CMakeOutput.log
131-
**/crash_diagnostics/*
132129
stage3:
133130
if: github.repository_owner == 'llvm'
134131
needs: [ stage1, stage2 ]
@@ -192,7 +189,6 @@ jobs:
192189
**/CMakeConfigureLog.yaml
193190
**/CMakeError.log
194191
**/CMakeOutput.log
195-
**/crash_diagnostics/*
196192
197193
macos:
198194
needs: [ stage1 ]
@@ -235,7 +231,6 @@ jobs:
235231
**/CMakeConfigureLog.yaml
236232
**/CMakeError.log
237233
**/CMakeOutput.log
238-
**/crash_diagnostics/*
239234
240235
windows:
241236
runs-on: windows-2022

0 commit comments

Comments
 (0)