ci: Add buildroot to c9s build

Because composefs-devel isn't shipped in RHEL.
This commit is contained in:
Colin Walters 2024-05-30 11:05:20 -04:00
parent 114118e48d
commit 3ef9ae95b9
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM quay.io/centos/centos:stream9 as build
COPY ci/c9s-buildroot.repo /etc/yum.repos.d
RUN dnf -y install dnf-utils zstd && dnf config-manager --enable crb && dnf builddep -y ostree
COPY . /build
WORKDIR /build

7
ci/c9s-buildroot.repo Normal file
View File

@ -0,0 +1,7 @@
[buildroot]
name=CentOS Stream $releasever - Koji Local - BUILDROOT ONLY!
baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/$basearch/
cost=2000
enabled=1
skip_if_unavailable=False
gpgcheck=0