summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-07 14:11:05 +0200
committerThomas Haller <thaller@redhat.com>2019-04-08 14:38:21 +0200
commitfa0fd7b653bc475f0786c7777e975da87bafdb3a (patch)
tree2d6c4270ea1616862c46eac6d66ce1a5d36f80b0
parent1b6ad9efb6425a9a9a148b17a7a1de6f814f0a0a (diff)
downloadNetworkManager-fa0fd7b653bc475f0786c7777e975da87bafdb3a.tar.gz
Revert "gitlab-ci: run unit tests for n-acd with eBPF disabled"
The tests now gracefully skip the failure of EPERM. That is better, because it also works during contrib/rpm build (where it's cumbersome to inject "--with-ebpf=no". This reverts commit a5869d1b354bb32c0718cbe7872cb2fe844bcf10.
-rwxr-xr-xcontrib/scripts/nm-ci-run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/scripts/nm-ci-run.sh b/contrib/scripts/nm-ci-run.sh
index 0ecdaa0384..7072933677 100755
--- a/contrib/scripts/nm-ci-run.sh
+++ b/contrib/scripts/nm-ci-run.sh
@@ -98,8 +98,6 @@ run_autotools() {
--enable-tests=yes \
--with-crypto=$_WITH_CRYPTO \
\
- --with-ebpf=no \
- \
--with-libnm-glib=yes \
--with-iwd=yes \
--with-ofono=yes \
@@ -169,8 +167,6 @@ run_meson() {
-D crypto=$_WITH_CRYPTO \
-D docs=$_WITH_DOCS \
\
- -D ebpf=false \
- \
-D libnm_glib=true \
-D iwd=true \
-D ofono=true \