summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Molik <dan@danmolik.com>2019-11-20 08:02:09 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-23 19:55:13 -0500
commit241fbfb14be7faef9f3a52bd9f8cafe70745484c (patch)
tree19a3407b47623ca2e7b8722405ff9cfc42b0e479 /app-emulation
parentapp-emulation/containerd: update HOMEPAGE, metadata (diff)
downloadgentoo-241fbfb14be7faef9f3a52bd9f8cafe70745484c.tar.gz
gentoo-241fbfb14be7faef9f3a52bd9f8cafe70745484c.tar.bz2
gentoo-241fbfb14be7faef9f3a52bd9f8cafe70745484c.zip
app-emulation/crun: restrict tests
the crun test suite is comprehensive to the extent that tests will fail within a sandbox environment, due to the nature of the priveledges required to create linux "containers." for now I am restricting tests until the time when I can find the time to determine a subset of tests that will run within a sandbox. Closes: https://bugs.gentoo.org/700724 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Dan Molik <dan@danmolik.com> Closes: https://github.com/gentoo/gentoo/pull/13719 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/crun/crun-0.10.6.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emulation/crun/crun-0.10.6.ebuild b/app-emulation/crun/crun-0.10.6.ebuild
index b67e905bdb7c..04f20e4287a3 100644
--- a/app-emulation/crun/crun-0.10.6.ebuild
+++ b/app-emulation/crun/crun-0.10.6.ebuild
@@ -29,6 +29,11 @@ BDEPEND="
doc? ( dev-go/go-md2man )
"
+# the crun test suite is comprehensive to the extent that tests will fail
+# within a sandbox environment, due to the nature of the priveledges
+# required to create linux "containers."
+RESTRICT="test"
+
DOCS=README.md
src_configure() {