Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include any core dumps in the build failure archives (netty#12703)
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