Skip to content

Commit

Permalink
Use quay.io version of Fedora Rawhide container (#120)
Browse files Browse the repository at this point in the history
Resolves: #118

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Jun 7, 2023
1 parent 0867603 commit d5f1cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

0 comments on commit d5f1cc5

Please sign in to comment.