mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-util/xdp-tools: Restrict tests
The tests have to be executed as root. So, disable them. Closes: https://bugs.gentoo.org/784254 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
@@ -14,7 +14,8 @@ LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# skip strip for eBPF object files
|
||||
RESTRICT="strip"
|
||||
# tests have to be run as root
|
||||
RESTRICT="strip test"
|
||||
|
||||
# skip QA check(s) for eBPF samples
|
||||
QA_EXECSTACK="usr/lib*/bpf/*.o usr/share/xdp-tools/*.o"
|
||||
|
||||
Reference in New Issue
Block a user