mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
ci: another attempt to debug CI-only segfaults
This commit is contained in:
parent
d54f4c464e
commit
d59dcdc0b2
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,9 @@ variables:
|
||||||
DOCKER_IMAGE: villas/node
|
DOCKER_IMAGE: villas/node
|
||||||
DOCKER_IMAGE_DEV: villas/node-dev
|
DOCKER_IMAGE_DEV: villas/node-dev
|
||||||
MAKE_OPTS: -j 16
|
MAKE_OPTS: -j 16
|
||||||
|
LD_PRELOAD: /usr/lib64/libSegFault.so
|
||||||
|
SEGFAULT_SIGNALS: all
|
||||||
|
SEGFAULT_SIGNALS: bus abrt
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- prepare
|
- prepare
|
||||||
|
@ -20,7 +23,6 @@ stages:
|
||||||
# For some reason, GitLab CI prunes the contents of the submodules so we need to restore them.
|
# For some reason, GitLab CI prunes the contents of the submodules so we need to restore them.
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule foreach git checkout .
|
- git submodule foreach git checkout .
|
||||||
- export LD_PRELOAD=/usr/lib64/libSegFault.so
|
|
||||||
|
|
||||||
# Stage: prepare
|
# Stage: prepare
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue