mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +00:00
CI: fix Fedora rawhide
Fix Fedora rawhide CI failure caused by coreutils-single and our way of running under QEMU. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
7c4ddebc35
commit
c75cb2b58b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user