Commit b8fdcd71 authored by Andrei Vagin's avatar Andrei Vagin

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: 's avatarAndrei Vagin <avagin@gmail.com>
parent 5c71e3e0
......@@ -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)
......
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