summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/glibc/glibc-2.31-r1.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.31-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.31-r1.ebuild b/sys-libs/glibc/glibc-2.31-r1.ebuild
index 73704b785a2d..d303115a4a6d 100644
--- a/sys-libs/glibc/glibc-2.31-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.31-r1.ebuild
@@ -1137,7 +1137,11 @@ src_compile() {
glibc_src_test() {
cd "$(builddir nptl)"
- emake check
+ # disable tests:
+ # - tests-container:
+ # sandbox does not understand unshare() and prevents
+ # writes to /proc/
+ emake check tests-container=
}
do_src_test() {