From 0616e882b386c631d465449d9109df7e76da8360 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" 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 410add1..e5010b8 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