From 26ca9829ccac05a830570cd0ed3c684e1f468237 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 14 Jan 2022 22:49:27 +0000 Subject: disabled tests for glibc for now --- repo/core/glibc.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/core/glibc.xibuild') diff --git a/repo/core/glibc.xibuild b/repo/core/glibc.xibuild index 290cb45..61e5a0a 100644 --- a/repo/core/glibc.xibuild +++ b/repo/core/glibc.xibuild @@ -29,17 +29,17 @@ build () { make # some check failures are 'expected' - make check || true + #make check || true } package () { + mkdir -pv $PKG_DEST/etc touch $PKG_DEST/etc/ld.so.conf sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile make DESTDIR=$PKG_DEST install - # fix hardcoded path to the excutable in ldd script sed '/RTLDLIST=/s@/usr@@g' -i $PKG_DEST/usr/bin/ldd -- cgit v1.2.1