GHA: Set core pattern on Linux

This commit is contained in:
Nicolas Williams
2025-12-19 23:10:47 -06:00
parent 55a8949f2a
commit 907d6195f5
3 changed files with 3 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ jobs:
MAKEVARS: ${{ matrix.makevars }}
run: |
cd build
sudo sysctl kernel.core_pattern=core.%p || true
ulimit -c unlimited
make check
- name: Make Install

View File

@@ -96,6 +96,7 @@ jobs:
MAKEVARS: ${{ matrix.makevars }}
run: |
cd build
sudo sysctl kernel.core_pattern=core.%p || true
ulimit -c unlimited
make check
- name: Make Install

View File

@@ -51,6 +51,7 @@ jobs:
MAKEVARS: ${{ matrix.makevars }}
run: |
cd build
sudo sysctl kernel.core_pattern=core.%p || true
ulimit -c unlimited
make check-valgrind
- name: Valgrind output