fix cpu limit while virtual machine has only 2 cores

pull/2/head
nosamad 4 years ago
parent 2bf96c95a6
commit 733bf9512f

@ -12,7 +12,7 @@ addons:
- qemu-user-static
env:
global:
- PARALLELMFLAGS="-j4"
- PARALLELMFLAGS="-j2"
- DOCKER_BUILDKIT=0
matrix:
- DISTRIB_ID=ubuntu VARIANT=debug MARCH=x86_64 CHECK_TARGET=memcheck

Loading…
Cancel
Save