From 55b11f5ba4417737e0677144443e7543d329bc5f Mon Sep 17 00:00:00 2001 From: Howard Holm Date: Wed, 7 Jun 2023 02:51:39 -0400 Subject: [PATCH] Alternative fix for fedora:rawide (#138) * Test using quay.io * Allow quay.io for fedora --- .github/workflows/build.yml | 4 ++-- .github/workflows/install-dependencies | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56b84f3d..0a861d53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,10 +22,10 @@ jobs: stable:: [true] include: - compiler: gcc - os: fedora:rawhide + os: quay.io/fedora/fedora:rawhide stable: false - compiler: clang - os: fedora:rawhide + os: quay.io/fedora/fedora:rawhide stable: false - compiler: gcc os: ubuntu:devel diff --git a/.github/workflows/install-dependencies b/.github/workflows/install-dependencies index ee978acf..26b5b955 100755 --- a/.github/workflows/install-dependencies +++ b/.github/workflows/install-dependencies @@ -23,7 +23,7 @@ debian:*|ubuntu:*) done ;; -fedora:*) +*fedora:*) echo 'max_parallel_downloads=10' >> /etc/dnf/dnf.conf dnf -y clean all dnf -y --setopt=deltarpm=0 update