mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
travis/fedora: install the kmod package
This patch fixes the error: (00.074175) Error (criu/net.c:2638): Locking network failed: iptables-restore returned -1. This may be connected to disabled CONFIG_NETFILTER_XT_MARK kernel build config option. Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
5c71e3e028
commit
b8fdcd71f8
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,8 @@ RUN dnf install -y \
|
|||
tar \
|
||||
which \
|
||||
e2fsprogs \
|
||||
asciidoc xmlto
|
||||
asciidoc xmlto \
|
||||
kmod
|
||||
|
||||
# Replace coreutils-single with "traditional" coreutils
|
||||
# to fix the following error on Fedora 28/rawhide while
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ $(TARGETS):
|
|||
docker run --env-file docker.env --rm -it --privileged -v /lib/modules:/lib/modules --tmpfs /run criu-$@ scripts/travis/travis-tests
|
||||
|
||||
fedora-asan:
|
||||
ip6tables -L -n
|
||||
echo "$$DOCKER_JSON" > /etc/docker/daemon.json
|
||||
systemctl restart docker
|
||||
$(MAKE) -C ../build $@$(target-suffix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue