mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +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.
This commit is contained in:
parent
b3997312bf
commit
0d16b037f5
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