diff options
Diffstat (limited to 'sys-cluster/nomad')
-rw-r--r-- | sys-cluster/nomad/nomad-0.12.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/nomad/nomad-0.12.3.ebuild b/sys-cluster/nomad/nomad-0.12.3.ebuild index e605fbb5f71d..79ff227381ca 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}" |