diff options
author | davidovski <david@davidovski.xyz> | 2022-01-14 22:49:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-14 22:49:27 +0000 |
commit | 26ca9829ccac05a830570cd0ed3c684e1f468237 (patch) | |
tree | 6ca1de1fe43cbf919400331dbe9a130db7faaf72 | |
parent | 183be745bd61e018b1e372970726cdbda5e3cd6f (diff) |
disabled tests for glibc for now
-rw-r--r-- | repo/core/glibc.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |