From ca9a24c3080f1872533426f6dbab493132bf25f1 Mon Sep 17 00:00:00 2001 From: ver4a Date: Wed, 28 Jan 2026 22:05:45 +0100 Subject: [PATCH] feat: add scx_bpfland scheduler I'm having some issues with scx_lavd not using P-cores so far, so I'm going to experiement with scx_bpfland some more. --- containers/Dockerfile.kde | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/containers/Dockerfile.kde b/containers/Dockerfile.kde index feb2189..586c098 100644 --- a/containers/Dockerfile.kde +++ b/containers/Dockerfile.kde @@ -19,6 +19,8 @@ RUN mkdir -m 700 /var/roothome RUN cd /build/scx && cargo build --release -p scx_lavd +RUN cd /build/scx && cargo build --release -p scx_bpfland + FROM quay.io/fedora-ostree-desktops/kinoite:43 @@ -26,6 +28,8 @@ COPY --from=mpv-build /build/mpv-build/mpv/build/mpv /bin/mpv COPY --from=scx-build /build/scx/target/release/scx_lavd /usr/bin/scx_lavd +COPY --from=scx-build /build/scx/target/release/scx_bpfland /usr/bin/ + COPY --from=scx-build /build/scx/services/scx.service /usr/lib/systemd/system/scx.service # dnf configuration has to be in effect during build