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@gentoo.org>
This commit is contained in:
Kenton Groombridge
2025-01-07 09:50:29 -05:00
parent d47e780b3c
commit f3dbb4145d

View File

@@ -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')