commit: f3dbb4145d6308025af2e4ea8a4109df1d1c3587 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Tue Jan 7 14:50:29 2025 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 14:50:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dbb414
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 <concord <AT> gentoo.org> 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')
