From 4ad4587683b47a573419bb6af8434ee60765551c Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Thu, 27 Feb 2020 11:48:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Disable=20Fedora=20modular=20rep?= =?UTF-8?q?os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid delays and problems with the modularity repositories by disabling them before building RPMs. Signed-off-by: Major Hayden --- .github/workflows/build_rpms.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_rpms.yml b/.github/workflows/build_rpms.yml index 3a1e6b45..a177bfed 100644 --- a/.github/workflows/build_rpms.yml +++ b/.github/workflows/build_rpms.yml @@ -25,6 +25,7 @@ jobs: run: | echo "fastestmirror=1" >> /etc/dnf/dnf.conf echo "install_weak_deps=0" >> /etc/dnf/dnf.conf + rm -fv /etc/yum.repos.d/fedora*modular* dnf -y upgrade dnf -y install dnf-plugins-core rpm-build rpmdevtools