From f3dbb4145d6308025af2e4ea8a4109df1d1c3587 Mon Sep 17 00:00:00 2001 From: Kenton Groombridge Date: Tue, 7 Jan 2025 09:50:29 -0500 Subject: sys-cluster/virtctl: restrict tests Tests are meant to run against an existing K8s cluster. Closes: https://bugs.gentoo.org/947667 Signed-off-by: Kenton Groombridge --- sys-cluster/virtctl/virtctl-1.4.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-cluster/virtctl/virtctl-1.4.0.ebuild b/sys-cluster/virtctl/virtctl-1.4.0.ebuild index ccb07d1e3244..42ef20d269ab 100644 --- a/sys-cluster/virtctl/virtctl-1.4.0.ebuild +++ b/sys-cluster/virtctl/virtctl-1.4.0.ebuild @@ -21,6 +21,8 @@ LICENSE="Apache-2.0 BSD-2 BSD ISC MIT" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" + src_compile() { ego build -o ./bin/virtctl -ldflags " -X kubevirt.io/client-go/version.buildDate=$(date -u +'%Y-%m-%dT%H:%M:%SZ') -- cgit v1.2.3-65-gdbad