From a9230e8d897b9b198a3870892f438806f49da1f7 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" <alexander.klimov@icinga.com> Date: Wed, 25 Nov 2020 12:05:19 +0100 Subject: [PATCH] Fedora 33: reduce concurrency ... to avoid OOM. E.g.: as: out of memory allocating 4064 bytes after a total of 396447744 bytes --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04673e6..d793d51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,7 @@ build/fedora/33: <<: *build variables: DOCKER_IMAGE: fedora/33 + RPM_BUILD_NCPUS: '1' test/fedora/33: <<: *test -- GitLab