summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-09-19 16:38:38 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-19 17:23:11 +0200
commitcb600439dfd032df085df8d95d9d635b07b16502 (patch)
treeae8c83d905cd5a0456bc274a9734d1358646631f /.travis.yml
parentfbe59daed4335983b20bf2325ee6754d057df636 (diff)
build: autodetect ebpf support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a0a3d89c..c96bb9496 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,7 @@ addons:
coverity_scan:
project:
name: NetworkManager/NetworkManager
- build_command_prepend: sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no --disable-ovs --without-ebpf
+ build_command_prepend: sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no --disable-ovs
build_command: make -j4
branch_pattern: .*coverity.*
@@ -114,7 +114,6 @@ script:
-D ifcfg_rh=false \
-D ibft=true \
-D ifupdown=true \
- -D ebpf=false \
&&
ninja -C build &&
ninja -C build test
@@ -137,7 +136,6 @@ script:
--enable-more-warnings=no \
--enable-tests=yes \
--with-crypto=$CRYPTO \
- --without-ebpf \
\
--with-libnm-glib=yes \
--with-iwd=yes \