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:
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…
Reference in New Issue
Block a user