Skip to content

Commit

Permalink
feat: Use scx-scheds package from CachyOS copr
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 4, 2025
1 parent 9293ca0 commit 3ddf4dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 3ddf4dc

Please sign in to comment.