Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add buildroot to c9s build #3259

Merged
merged 1 commit into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading