Skip to content

Commit

Permalink
ci: Add buildroot to c9s build
Browse files Browse the repository at this point in the history
Because composefs-devel isn't shipped in RHEL.
  • Loading branch information
cgwalters committed May 30, 2024
1 parent 114118e commit 3ef9ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/Containerfile.c9s
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions ci/c9s-buildroot.repo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3ef9ae9

Please sign in to comment.