commit: 117859e87b2900d2ba092654133af8806477c406 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Fri Aug 21 16:43:35 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Aug 21 16:48:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117859e8
sys-cluster/nomad: restrict tests Closes: https://bugs.gentoo.org/734174 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> sys-cluster/nomad/nomad-0.12.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-cluster/nomad/nomad-0.12.3.ebuild b/sys-cluster/nomad/nomad-0.12.3.ebuild index e605fbb5f71..79ff227381c 100644 --- a/sys-cluster/nomad/nomad-0.12.3.ebuild +++ b/sys-cluster/nomad/nomad-0.12.3.ebuild @@ -14,6 +14,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="nvidia" +RESTRICT+=" test" + src_compile() { local go_ldflags go_tags go_ldflags="-X github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
