disable gather profiler for now to avoid a race that causes composes to sometimes fail

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-08-17 09:46:41 -07:00
parent cecb9b712d
commit fbed2485d3

View File

@ -63,7 +63,7 @@ gather_method = {
}
}
gather_backend = 'dnf'
gather_profiler = True
gather_profiler = False
check_deps = False
greedy_method = 'build'