Merge pull request #3259 from cgwalters/c9s-buildroot

ci: Add buildroot to c9s build
This commit is contained in:
Colin Walters 2024-05-30 12:46:14 -04:00 committed by GitHub
commit ac6ba43922
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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