From 9063bf16186d29fbc73a2cb3fd0f1b8e8af7ce7c Mon Sep 17 00:00:00 2001 From: David Bold Date: Tue, 11 Feb 2025 09:47:23 +0100 Subject: [PATCH] CI: Show more output of dnf5 to help debugging --- .ci_fedora.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci_fedora.sh b/.ci_fedora.sh index 77e7f45055..359516ab33 100755 --- a/.ci_fedora.sh +++ b/.ci_fedora.sh @@ -41,6 +41,7 @@ then # Ignore weak depencies echo "install_weak_deps=False" >> /etc/dnf/dnf.conf echo "minrate=10M" >> /etc/dnf/dnf.conf + export FORCE_COLUMNS=200 time dnf -y install dnf5 time dnf5 -y install dnf5-plugins cmake python3-zoidberg python3-natsort # Allow to override packages - see #2073