summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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() {