diff --git a/contrib/scripts/nm-ci-run.sh b/contrib/scripts/nm-ci-run.sh index 7072933677..0ecdaa0384 100755 --- a/contrib/scripts/nm-ci-run.sh +++ b/contrib/scripts/nm-ci-run.sh @@ -98,6 +98,8 @@ run_autotools() { --enable-tests=yes \ --with-crypto=$_WITH_CRYPTO \ \ + --with-ebpf=no \ + \ --with-libnm-glib=yes \ --with-iwd=yes \ --with-ofono=yes \ @@ -167,6 +169,8 @@ run_meson() { -D crypto=$_WITH_CRYPTO \ -D docs=$_WITH_DOCS \ \ + -D ebpf=false \ + \ -D libnm_glib=true \ -D iwd=true \ -D ofono=true \