feat: Use scx-scheds package from CachyOS copr

This commit is contained in:
Kyle Gospodnetich 2025-02-04 13:35:30 -08:00
parent 9293ca0fb9
commit 3ddf4dc9bc

View File

@ -129,8 +129,10 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
--mount=type=tmpfs,dst=/tmp \
/ctx/install-kernel-akmods && \
dnf5 -y config-manager setopt "*rpmfusion*".enabled=0 && \
dnf5 -y copr enable bieszczaders/kernel-cachyos-addons && \
dnf5 -y install \
scx-scheds && \
dnf5 -y copr disable bieszczaders/kernel-cachyos-addons && \
for toswap in rpm-ostree bootc; do \
dnf5 -y swap --repo copr:copr.fedorainfracloud.org:kylegospo:bazzite $toswap $toswap; \
done && unset -v toswap && \