From ea1b2e502eeb070cbc5ebd67c95f026b4d6657f5 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 15436eb..6c68a47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,6 +110,7 @@ build/fedora/33:
   <<: *build
   variables:
     DOCKER_IMAGE: fedora/33
+    RPM_BUILD_NCPUS: '1'
 
 test/fedora/33:
   <<: *test
-- 
GitLab