summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-13 09:34:06 +0000
committerdavidovski <david@davidovski.xyz>2022-01-13 09:34:06 +0000
commitbd428705405a38216446c7806c2a1035773e4ec1 (patch)
tree036695d65bca679d59b1d6c4f77a981c08ceee56 /repo
parent1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 (diff)
removed tests from glibc temporarily
please add these back laterremoved tests from glibc temporarily please add these back laterremoved tests from glibc temporarily please add these back later
Diffstat (limited to 'repo')
-rw-r--r--repo/core/glibc.xibuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/core/glibc.xibuild b/repo/core/glibc.xibuild
index db63d3f..434cc02 100644
--- a/repo/core/glibc.xibuild
+++ b/repo/core/glibc.xibuild
@@ -23,7 +23,9 @@ build () {
libc_cv_slibdir=/usr/lib
make
- make check
+
+ # these tests are vital, do not skip
+ # make check
}