mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-02 19:00:34 +01:00
contrib/rpm: disable eBPF for package builds on Fedora
We have random failures to build on gitlab-ci. Something is wrong,
at least, eBPF is not working reliably. Disable it for now.
(cherry picked from commit 0d16b037f5)
This commit is contained in:
parent
9fc91c23ee
commit
3443a8004a
1 changed files with 6 additions and 1 deletions
|
|
@ -120,7 +120,12 @@
|
|||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
%global ebpf_enabled yes
|
||||
# Altough eBPF would be available on Fedora's kernel, it seems
|
||||
# we often get SELinux denials (rh#1651654). But even aside them,
|
||||
# bpf(BPF_MAP_CREATE, ...) randomly fails with EPERM. That might
|
||||
# be related to `ulimit -l`. Anyway, this is not usable at the
|
||||
# moment.
|
||||
%global ebpf_enabled no
|
||||
%else
|
||||
%global ebpf_enabled no
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue