mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +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:
committed by
Andrei Vagin
parent
b21fda47fd
commit
b5fe770f8d
@@ -23,6 +23,12 @@ RUN dnf install -y \
|
|||||||
python-yaml \
|
python-yaml \
|
||||||
tar
|
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
|
COPY . /criu
|
||||||
WORKDIR /criu
|
WORKDIR /criu
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user