mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
fix cpu limit while virtual machine has only 2 cores
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user