Commit c75cb2b5 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

CI: fix Fedora rawhide

Fix Fedora rawhide CI failure caused by coreutils-single and our
way of running under QEMU.
Signed-off-by: 's avatarKir Kolyshkin <kolyshkin@gmail.com>
parent 7c4ddebc
......@@ -23,6 +23,12 @@ RUN dnf install -y \
python-yaml \
tar
# Replace coreutils-single with "traditional" coreutils
# to fix the following error on Fedora 28/rawhide while
# running under QEMU:
# > sh: /usr/bin/sort: /usr/bin/coreutils: bad interpreter: No such file or directory
RUN dnf install -y --allowerasing coreutils
COPY . /criu
WORKDIR /criu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment