1
0
Fork 0

fix: fix scx_lavd build
Some checks failed
/ Build onc-kde:main (push) Successful in 22m3s
/ Build onc-kde:main-nvidia (push) Failing after 5m14s
/ Build onc-kde:main-nvidia-ver4a (push) Has been skipped
/ Build onc-kde:main-ver4a (push) Successful in 7m17s

This commit is contained in:
ver4a 2026-01-25 18:07:32 +01:00
parent 618b14d444
commit fbe63af1bf

View file

@ -15,6 +15,8 @@ RUN dnf5 -y install --setopt install_weak_deps=false cargo git-core elfutils-lib
RUN mkdir /build && cd /build && git clone https://github.com/sched-ext/scx RUN mkdir /build && cd /build && git clone https://github.com/sched-ext/scx
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_lavd