Skip to content

Commit

Permalink
Include any core dumps in the build failure archives (netty#12703)
Browse files Browse the repository at this point in the history
Motivation:
We occasionally get JIT compiler crashes.
These produce core dumps, at least on Linux.
It's not clear where these dumps are placed, but if they are placed in our build directory, then it makes sense to include them in our failed build archives, so they have a chance to be debugged.

Modification:
Also include any `core` files produced in our build directory, in the failed build archive.

Result:
JIT and GC crashes now have a fighting chance of being debugged, when they occur.
  • Loading branch information
chrisvest authored Aug 16, 2022
1 parent f21f644 commit 23b78e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ jobs:
path: |
**/target/surefire-reports/
**/hs_err*.log
**/core.*

0 comments on commit 23b78e8

Please sign in to comment.