From d5f1cc5f62a47766737caacaefde2a148dce92b0 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Wed, 7 Jun 2023 11:53:08 +0200 Subject: [PATCH] Use quay.io version of Fedora Rawhide container (#120) Resolves: #118 Signed-off-by: Sergio Arroutbi --- .github/workflows/build.yml | 2 +- .github/workflows/install-dependencies | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 220102c..bc8ecce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - ubuntu:kinetic stable: [true] include: - - os: fedora:rawhide + - os: quay.io/fedora/fedora:rawhide stable: false - os: ubuntu:devel stable: false diff --git a/.github/workflows/install-dependencies b/.github/workflows/install-dependencies index 28abb63..96852a8 100755 --- a/.github/workflows/install-dependencies +++ b/.github/workflows/install-dependencies @@ -9,7 +9,7 @@ debian:*|ubuntu:*) systemd gcovr curl socat iproute2 ;; -fedora:*) +*fedora:*) echo 'max_parallel_downloads=10' >> /etc/dnf/dnf.conf dnf -y clean all dnf -y --setopt=deltarpm=0 update @@ -34,7 +34,7 @@ centos:*) dnf config-manager -y --set-enabled powertools \ || dnf config-manager -y --set-enabled crb || : dnf -y install meson socat iproute - dnf builddep -y tang + dnf builddep -y tang --allowerasing --skip-broken --nobest ;; esac # vim: set ts=8 shiftwidth=4 softtabstop=4 expandtab smarttab colorcolumn=80: