1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00

fix cpu limit while virtual machine has only 2 cores

This commit is contained in:
nosamad 2020-05-26 01:21:38 +02:00
parent 2bf96c95a6
commit 733bf9512f

View File

@ -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