mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ci: use full concurency
This commit is contained in:
parent
61eb669f0c
commit
af62dc20ca
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ variables:
|
|||
DOCKER_TAG: ${CI_COMMIT_REF_NAME}
|
||||
DOCKER_IMAGE: villas/node
|
||||
DOCKER_IMAGE_DEV: villas/node-dev
|
||||
MAKE_OPTS: -j 16
|
||||
MAKE_OPTS: -j $(nproc)
|
||||
LD_PRELOAD: /usr/lib64/libSegFault.so
|
||||
SEGFAULT_SIGNALS: all
|
||||
SEGFAULT_SIGNALS: bus abrt
|
||||
|
|
Loading…
Add table
Reference in a new issue