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.
This commit is contained in:
parent
befe1df9a3
commit
ca9a24c308
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue