remove scx-scheds since it's not supported on ELrepo kernel
Some checks failed
os / build (push) Failing after 44m17s

This commit is contained in:
Anders da Silva Rytter Hansen 2026-06-04 18:26:33 -03:00
commit ec28047916

View file

@ -55,7 +55,7 @@ RUN dnf install --enablerepo=elrepo-kernel -y ${KERNEL}-devel
RUN dnf install -y dkms-nvidia nvidia-driver nvidia-persistenced opencl-filesystem libva-nvidia-driver
RUN dkms install nvidia/$(ls /usr/src/ | grep nvidia- | cut -d- -f2-) -k $(rpm -q --queryformat "%{VERSION}-%{RELEASE}.%{ARCH}\n" ${KERNEL})
RUN dnf install -y waydroid scx-scheds
RUN dnf install -y waydroid
# Remove plocate to avoid updatedb going crazy with scanning the file system once a day
RUN dnf remove -y plocate