mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
ci: Add buildroot to c9s build
Because composefs-devel isn't shipped in RHEL.
This commit is contained in:
parent
114118e48d
commit
3ef9ae95b9
@ -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
7
ci/c9s-buildroot.repo
Normal 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
|
Loading…
Reference in New Issue
Block a user