From fbed2485d33d3b8425a29a7b4f2e4cbbdc2e4aac Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 17 Aug 2022 09:46:41 -0700 Subject: [PATCH] disable gather profiler for now to avoid a race that causes composes to sometimes fail Signed-off-by: Kevin Fenzi --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 3e25ff8..176cc75 100644 --- a/fedora.conf +++ b/fedora.conf @@ -63,7 +63,7 @@ gather_method = { } } gather_backend = 'dnf' -gather_profiler = True +gather_profiler = False check_deps = False greedy_method = 'build'