mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-02-02 23:07:18 +08:00
temporarily disable some tests
This commit is contained in:
parent
7754025227
commit
021f8f1461
@ -30,8 +30,9 @@ if [ $? -ne 0 ]; then
|
||||
myfail "Failed building glibc"
|
||||
fi
|
||||
|
||||
echo "running glibc make check, could take awhile..."
|
||||
make check > ${GLSOURCES}/glibc.check.log 2>&1
|
||||
# temporarily disable
|
||||
#echo "running glibc make check, could take awhile..."
|
||||
#make check > ${GLSOURCES}/glibc.check.log 2>&1
|
||||
|
||||
touch /etc/ld.so.conf
|
||||
|
||||
|
@ -19,8 +19,9 @@ if [ $? -ne 0 ]; then
|
||||
myfail "Failed building autoconf"
|
||||
fi
|
||||
|
||||
echo "running autoconf make check"
|
||||
make check > ${GLSOURCES}/autoconf.check 2>&1
|
||||
# temporarily disable
|
||||
#echo "running autoconf make check"
|
||||
#make check > ${GLSOURCES}/autoconf.check 2>&1
|
||||
|
||||
make install
|
||||
if [ $? -ne 0 ]; then
|
||||
|
@ -20,8 +20,9 @@ if [ $? -ne 0 ]; then
|
||||
myfail "Failed building automake"
|
||||
fi
|
||||
|
||||
echo "running automake make check"
|
||||
make -j$(($(nproc)>4?$(nproc):4)) check > ${GLSOURCES}/automake.check 2>&1
|
||||
# temporarily disable
|
||||
#echo "running automake make check"
|
||||
#make -j$(($(nproc)>4?$(nproc):4)) check > ${GLSOURCES}/automake.check 2>&1
|
||||
|
||||
make install
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user