diff options
author | William Hubbs <williamh@gentoo.org> | 2022-03-19 17:15:26 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-03-19 17:17:46 -0500 |
commit | 517351fff5902f8d2501cbabebe134535ace8355 (patch) | |
tree | 3e826ed13b4e9b8ffd2f546e3d23b588a046fdaf /app-containers | |
parent | dev-ada/gprbuild: fix NULL DT_RUNPATH (diff) | |
download | gentoo-517351fff5902f8d2501cbabebe134535ace8355.tar.gz gentoo-517351fff5902f8d2501cbabebe134535ace8355.tar.bz2 gentoo-517351fff5902f8d2501cbabebe134535ace8355.zip |
app-containers/cosign: restrict tests in 1.6.0
Closes: https://bugs.gentoo.org/833021
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/cosign/cosign-1.6.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-containers/cosign/cosign-1.6.0.ebuild b/app-containers/cosign/cosign-1.6.0.ebuild index ce97639ed60d..c80ec8ff7f8c 100644 --- a/app-containers/cosign/cosign-1.6.0.ebuild +++ b/app-containers/cosign/cosign-1.6.0.ebuild @@ -18,6 +18,8 @@ PATCHES=( "${FILESDIR}"/${PN}-1.5.0-fix-makefile.patch ) +RESTRICT="test" + src_compile() { emake \ GIT_HASH=${GIT_HASH} |