1
0
Fork 0
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:
Steffen Vogel 2019-03-31 22:38:13 +02:00
parent d54f4c464e
commit d59dcdc0b2

View file

@ -8,6 +8,9 @@ variables:
DOCKER_IMAGE: villas/node
DOCKER_IMAGE_DEV: villas/node-dev
MAKE_OPTS: -j 16
LD_PRELOAD: /usr/lib64/libSegFault.so
SEGFAULT_SIGNALS: all
SEGFAULT_SIGNALS: bus abrt
stages:
- prepare
@ -20,7 +23,6 @@ stages:
# For some reason, GitLab CI prunes the contents of the submodules so we need to restore them.
before_script:
- git submodule foreach git checkout .
- export LD_PRELOAD=/usr/lib64/libSegFault.so
# Stage: prepare
##############################################################################